diff options
Diffstat (limited to 'meta/conf/distro/include/poky-eabi5.inc')
-rw-r--r-- | meta/conf/distro/include/poky-eabi5.inc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/conf/distro/include/poky-eabi5.inc b/meta/conf/distro/include/poky-eabi5.inc index 50064878c2..112169a71f 100644 --- a/meta/conf/distro/include/poky-eabi5.inc +++ b/meta/conf/distro/include/poky-eabi5.inc | |||
@@ -1,11 +1,12 @@ | |||
1 | # | 1 | # |
2 | # Poky configuration to use EABI | 2 | # Poky configuration to use CSL 2005q3 derived toolchain (ARM EABI) |
3 | # gcc 3.4.4-csl, binutils 2.16.91.0.7, glibc 2.4 | ||
3 | # | 4 | # |
4 | 5 | ||
5 | TARGET_VENDOR = "-poky" | 6 | TARGET_VENDOR = "-poky" |
6 | 7 | ||
7 | PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate" | 8 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "glibc-intermediate" |
8 | PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" | 9 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross" |
9 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial" | 10 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial" |
10 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" | 11 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" |
11 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" | 12 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" |
@@ -19,6 +20,3 @@ PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" | |||
19 | PREFERRED_VERSION_glibc ?= "2.4" | 20 | PREFERRED_VERSION_glibc ?= "2.4" |
20 | PREFERRED_VERSION_glibc-intermediate ?= "2.4" | 21 | PREFERRED_VERSION_glibc-intermediate ?= "2.4" |
21 | PREFERRED_VERSION_elfutils ?= "0.108" | 22 | PREFERRED_VERSION_elfutils ?= "0.108" |
22 | |||
23 | GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" | ||
24 | UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" | ||