mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1801 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
791 B
PHP
20 lines
791 B
PHP
#
|
|
# Poky configuration to use EABI
|
|
#
|
|
|
|
PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate"
|
|
PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
|
|
|
|
PREFERRED_VERSION_gcc ?= "4.1.1"
|
|
PREFERRED_VERSION_gcc-cross ?= "4.1.1"
|
|
PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1"
|
|
PREFERRED_VERSION_binutils ?= "2.16.91.0.7"
|
|
PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7"
|
|
PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
|
|
PREFERRED_VERSION_glibc ?= "2.4"
|
|
PREFERRED_VERSION_glibc-intermediate ?= "2.4"
|
|
PREFERRED_VERSION_elfutils ?= "0.108"
|
|
|
|
GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
|
|
UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
|