diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-08-08 15:13:33 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 15:13:33 +0000 |
| commit | 2ce9dd1cb0fe8b1128b4403b9c09d2d705e3c90a (patch) | |
| tree | 5a405a6c50fd81ed336d6a17c274cf3e3a2253c0 | |
| parent | 7ee4a41cb21af1f345e7bf68e183bb358259a858 (diff) | |
| download | poky-2ce9dd1cb0fe8b1128b4403b9c09d2d705e3c90a.tar.gz | |
Add POKYMODE=eabi6, an NPTL version of eabi5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2397 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/conf/distro/include/poky-eabi6.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi6.inc b/meta/conf/distro/include/poky-eabi6.inc new file mode 100644 index 0000000000..1c120050f0 --- /dev/null +++ b/meta/conf/distro/include/poky-eabi6.inc | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # | ||
| 2 | # Poky configuration to use EABI | ||
| 3 | # | ||
| 4 | |||
| 5 | TARGET_VENDOR = "-poky" | ||
| 6 | |||
| 7 | PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate" | ||
| 8 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial" | ||
| 9 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross" | ||
| 10 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" | ||
| 11 | |||
| 12 | PREFERRED_VERSION_gcc ?= "3.4.4+csl-arm-2005q3" | ||
| 13 | PREFERRED_VERSION_gcc-cross ?= "3.4.4+csl-arm-2005q3" | ||
| 14 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4+csl-arm-2005q3" | ||
| 15 | PREFERRED_VERSION_binutils ?= "2.16.91.0.7" | ||
| 16 | PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7" | ||
| 17 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" | ||
| 18 | PREFERRED_VERSION_glibc ?= "2.5" | ||
| 19 | PREFERRED_VERSION_glibc-intermediate ?= "2.5" | ||
| 20 | PREFERRED_VERSION_glibc-initial ?= "2.5" | ||
| 21 | 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']]}" | ||
