mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1967 311d38ba-8fff-0310-9ca6-ca027cbcb966
21 lines
820 B
PHP
21 lines
820 B
PHP
#
|
|
# Poky configuration to use EABI
|
|
#
|
|
|
|
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "glibc-intermediate"
|
|
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross"
|
|
|
|
PREFERRED_VERSION_gcc ?= "4.1.2"
|
|
PREFERRED_VERSION_gcc-cross ?= "4.1.2"
|
|
PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1"
|
|
PREFERRED_VERSION_binutils ?= "2.17.50.0.5"
|
|
PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5"
|
|
PREFERRED_VERSION_linux-libc-headers ?= "2.6.20"
|
|
PREFERRED_VERSION_glibc ?= "2.5"
|
|
PREFERRED_VERSION_glibc-intermediate ?= "2.5"
|
|
PREFERRED_VERSION_glibc-initial ?= "2.5"
|
|
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']]}"
|