summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-oabi.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-01 11:31:51 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-01 11:31:51 +0000
commitccf25acde6daf3b234414f716f25ef66cc333da1 (patch)
treecc23dee035e9e66942dc310cf1a4d05835c805a7 /meta/conf/distro/include/poky-oabi.inc
parentef8532ad2ee1d4715755ea8c11410bb656cf7e5a (diff)
downloadpoky-ccf25acde6daf3b234414f716f25ef66cc333da1.tar.gz
poky.conf: Move all toolchain configuration into the POKYMODE files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2251 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/distro/include/poky-oabi.inc')
-rw-r--r--meta/conf/distro/include/poky-oabi.inc10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-oabi.inc b/meta/conf/distro/include/poky-oabi.inc
index 2244e449c7..6fe1719953 100644
--- a/meta/conf/distro/include/poky-oabi.inc
+++ b/meta/conf/distro/include/poky-oabi.inc
@@ -1,6 +1,13 @@
1# 1#
2# Poky configuration to use its Original ABI 2# Poky configuration to use its Original (Old) Softfloat ABI
3# 3#
4TARGET_VENDOR = "-poky"
5
6PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
7PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
8PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
9PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-for-gcc = "glibc"
10
4PREFERRED_VERSION_binutils ?= "2.16" 11PREFERRED_VERSION_binutils ?= "2.16"
5PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" 12PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1"
6PREFERRED_VERSION_gcc ?= "3.4.4" 13PREFERRED_VERSION_gcc ?= "3.4.4"
@@ -8,7 +15,6 @@ PREFERRED_VERSION_gcc-cross ?= "3.4.4"
8PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" 15PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
9PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1" 16PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1"
10PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" 17PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627"
11PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc"
12 18
13GLIBCTARGETOS = "linux" 19GLIBCTARGETOS = "linux"
14UCLIBCTARGETOS = "linux-uclibc" 20UCLIBCTARGETOS = "linux-uclibc"