mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@652 311d38ba-8fff-0310-9ca6-ca027cbcb966
11 lines
412 B
PHP
11 lines
412 B
PHP
#
|
|
# 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_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc" |