]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add POKYMODE=eabi6, an NPTL version of eabi5
authorRichard Purdie <richard@openedhand.com>
Wed, 8 Aug 2007 15:13:33 +0000 (15:13 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 8 Aug 2007 15:13:33 +0000 (15:13 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2397 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/include/poky-eabi6.inc [new file with mode: 0644]

diff --git a/meta/conf/distro/include/poky-eabi6.inc b/meta/conf/distro/include/poky-eabi6.inc
new file mode 100644 (file)
index 0000000..1c12005
--- /dev/null
@@ -0,0 +1,24 @@
+#
+# Poky configuration to use EABI
+#
+
+TARGET_VENDOR = "-poky"
+
+PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate"
+PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
+PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
+PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
+
+PREFERRED_VERSION_gcc ?= "3.4.4+csl-arm-2005q3"
+PREFERRED_VERSION_gcc-cross ?= "3.4.4+csl-arm-2005q3"
+PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4+csl-arm-2005q3"
+PREFERRED_VERSION_binutils ?= "2.16.91.0.7"
+PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.7"
+PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
+PREFERRED_VERSION_glibc ?= "2.5"
+PREFERRED_VERSION_glibc-intermediate ?= "2.5"
+PREFERRED_VERSION_glibc-initial ?= "2.5"
+PREFERRED_VERSION_elfutils ?= "0.108"
+
+GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
+UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"