mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
36efd02a49
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@410 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
413 B
Plaintext
12 lines
413 B
Plaintext
#
|
|
# Poky configuration to use its Original ABI
|
|
#
|
|
PREFERRED_VERSION_binutils ?= "2.16"
|
|
PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1"
|
|
PREFERRED_VERSION_gcc ?= "3.4.4"
|
|
PREFERRED_VERSION_gcc-cross ?= "3.4.4"
|
|
PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
|
|
PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1"
|
|
PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627"
|
|
PREFERRED_VERSION_glibc-intermediate ?= "2.3.5+cvs20050627"
|