summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-eabi.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-09-11 08:52:20 +0000
committerRichard Purdie <richard@openedhand.com>2007-09-11 08:52:20 +0000
commitc9375e5a1978002e7d588682d1532d58bfd62835 (patch)
tree099486af9802f4cba25359ead592a020694071cc /meta/conf/distro/include/poky-eabi.inc
parentc82b1a4eb4487f68519cca0c197b964ca3fb5b65 (diff)
downloadpoky-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-eabi.inc')
-rw-r--r--meta/conf/distro/include/poky-eabi.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc
index f61053a1f3..32a419bdf4 100644
--- a/meta/conf/distro/include/poky-eabi.inc
+++ b/meta/conf/distro/include/poky-eabi.inc
@@ -1,5 +1,6 @@
1# 1#
2# Poky configuration to use EABI 2# Poky's default configuration (ARM EABI)
3# gcc 4.1.2, binutils 2.18, glibc 2.5
3# 4#
4 5
5TARGET_VENDOR = "-poky" 6TARGET_VENDOR = "-poky"
@@ -20,6 +21,3 @@ PREFERRED_VERSION_glibc ?= "2.5"
20PREFERRED_VERSION_glibc-intermediate ?= "2.5" 21PREFERRED_VERSION_glibc-intermediate ?= "2.5"
21PREFERRED_VERSION_glibc-initial ?= "2.5" 22PREFERRED_VERSION_glibc-initial ?= "2.5"
22PREFERRED_VERSION_elfutils ?= "0.108" 23PREFERRED_VERSION_elfutils ?= "0.108"
23
24GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
25UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"