diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-09-11 08:52:20 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-09-11 08:52:20 +0000 |
| commit | c9375e5a1978002e7d588682d1532d58bfd62835 (patch) | |
| tree | 099486af9802f4cba25359ead592a020694071cc /meta/conf/distro/include/poky-eabi2.inc | |
| parent | c82b1a4eb4487f68519cca0c197b964ca3fb5b65 (diff) | |
| download | poky-c9375e5a1978002e7d588682d1532d58bfd62835.tar.gz | |
Cleanup POKYMODE files and add summary documentation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2722 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include/poky-eabi2.inc')
| -rw-r--r-- | meta/conf/distro/include/poky-eabi2.inc | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/conf/distro/include/poky-eabi2.inc b/meta/conf/distro/include/poky-eabi2.inc deleted file mode 100644 index e25685ba5e..0000000000 --- a/meta/conf/distro/include/poky-eabi2.inc +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 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/arm-linux-libc-for-gcc = "glibc-intermediate" | ||
| 9 | 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}g++ = "gcc-cross" | ||
| 12 | |||
| 13 | PREFERRED_VERSION_gcc ?= "4.1.1" | ||
| 14 | PREFERRED_VERSION_gcc-cross ?= "4.1.1" | ||
| 15 | PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" | ||
| 16 | PREFERRED_VERSION_binutils ?= "2.16.91.0.7" | ||
| 17 | PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7" | ||
| 18 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99" | ||
| 19 | PREFERRED_VERSION_glibc ?= "2.4" | ||
| 20 | PREFERRED_VERSION_glibc-intermediate ?= "2.4" | ||
| 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']]}" | ||
