diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-28 22:50:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-28 22:50:06 +0000 |
commit | 01bb4a6cfe38a2df33e11d2d9b25f6837ec312ce (patch) | |
tree | 37160f918af3f056e5f1df88045e821728bf3f51 /meta/conf/distro/include/poky-eabi5.inc | |
parent | 80fbf41494fe65ad27051ccc5e182dd6fcff8428 (diff) | |
download | poky-01bb4a6cfe38a2df33e11d2d9b25f6837ec312ce.tar.gz |
conf: Add POKYLIBC to poky to select libc implemention
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1801 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include/poky-eabi5.inc')
-rw-r--r-- | meta/conf/distro/include/poky-eabi5.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta/conf/distro/include/poky-eabi5.inc b/meta/conf/distro/include/poky-eabi5.inc index 85a68e7de9..74972ad822 100644 --- a/meta/conf/distro/include/poky-eabi5.inc +++ b/meta/conf/distro/include/poky-eabi5.inc | |||
@@ -8,9 +8,6 @@ PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" | |||
8 | PREFERRED_VERSION_gcc ?= "3.4.4+csl-arm-2005q3" | 8 | PREFERRED_VERSION_gcc ?= "3.4.4+csl-arm-2005q3" |
9 | PREFERRED_VERSION_gcc-cross ?= "3.4.4+csl-arm-2005q3" | 9 | PREFERRED_VERSION_gcc-cross ?= "3.4.4+csl-arm-2005q3" |
10 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4+csl-arm-2005q3" | 10 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4+csl-arm-2005q3" |
11 | #PREFERRED_VERSION_gcc ?= "4.1.0" | ||
12 | #PREFERRED_VERSION_gcc-cross ?= "4.1.0" | ||
13 | #PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0" | ||
14 | PREFERRED_VERSION_binutils ?= "2.16.91.0.7" | 11 | PREFERRED_VERSION_binutils ?= "2.16.91.0.7" |
15 | PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7" | 12 | PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7" |
16 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" | 13 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" |
@@ -18,6 +15,5 @@ PREFERRED_VERSION_glibc ?= "2.4" | |||
18 | PREFERRED_VERSION_glibc-intermediate ?= "2.4" | 15 | PREFERRED_VERSION_glibc-intermediate ?= "2.4" |
19 | PREFERRED_VERSION_elfutils ?= "0.108" | 16 | PREFERRED_VERSION_elfutils ?= "0.108" |
20 | 17 | ||
21 | #Use the ARM EABI when building for an ARM cpu. We can't use overrides | 18 | GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" |
22 | #here because this breaks all places where ":=" is used. | 19 | UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" |
23 | TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" | ||