summaryrefslogtreecommitdiff
path: root/openembedded/conf/distro/poky-eabi.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-09 16:08:11 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-09 16:08:11 +0000
commit0d791a970638c9398ed94adafecbca54a0ea5374 (patch)
tree66fed141b4af574d6cce442caa2e141559c74bcb /openembedded/conf/distro/poky-eabi.conf
parent27dba1e6247ae48349aee1bce141a9eefaafaad1 (diff)
downloadopenembedded-core-0d791a970638c9398ed94adafecbca54a0ea5374.tar.gz
openembedded-core-0d791a970638c9398ed94adafecbca54a0ea5374.tar.bz2
openembedded-core-0d791a970638c9398ed94adafecbca54a0ea5374.tar.xz
openembedded-core-0d791a970638c9398ed94adafecbca54a0ea5374.zip
poky: Split toolchain options into new files to allow selection of EABI. Bump dates SRCDATE, lock down the xserver SRCDATE.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@372 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro/poky-eabi.conf')
-rw-r--r--openembedded/conf/distro/poky-eabi.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/openembedded/conf/distro/poky-eabi.conf b/openembedded/conf/distro/poky-eabi.conf
new file mode 100644
index 000000000..d35ec8e44
--- /dev/null
+++ b/openembedded/conf/distro/poky-eabi.conf
@@ -0,0 +1,23 @@
+#
+# Poky configuration to use EABI
+#
+
+PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate"
+PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
+
+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_gcc ?= "4.1.0"
+#PREFERRED_VERSION_gcc-cross ?= "4.1.0"
+#PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0"
+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.4"
+PREFERRED_VERSION_glibc-intermediate ?= "2.4"
+
+#Use the ARM EABI when building for an ARM cpu. We can't use overrides
+#here because this breaks all places where ":=" is used.
+TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
+TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file