summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-22 22:17:54 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-22 22:17:54 +0000
commit36efd02a494f88f0eb79f4c2b0e463861e1c654e (patch)
treeb497df194be5a2235c877e1ca4c15ad0eeac898e
parent4db4ee4cb3de3afc55b89dff03444f20df07aba2 (diff)
downloadopenembedded-core-36efd02a494f88f0eb79f4c2b0e463861e1c654e.tar.gz
openembedded-core-36efd02a494f88f0eb79f4c2b0e463861e1c654e.tar.bz2
openembedded-core-36efd02a494f88f0eb79f4c2b0e463861e1c654e.tar.xz
openembedded-core-36efd02a494f88f0eb79f4c2b0e463861e1c654e.zip
poky-oabi: Add preferred versions for gcc and binutils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@410 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--openembedded/conf/distro/poky-oabi.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/conf/distro/poky-oabi.conf b/openembedded/conf/distro/poky-oabi.conf
index 5efb55a5d..fa78fe378 100644
--- a/openembedded/conf/distro/poky-oabi.conf
+++ b/openembedded/conf/distro/poky-oabi.conf
@@ -1,7 +1,9 @@
#
# Poky configuration to use its Original ABI
#
+PREFERRED_VERSION_binutils ?= "2.16"
PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1"
+PREFERRED_VERSION_gcc ?= "3.4.4"
PREFERRED_VERSION_gcc-cross ?= "3.4.4"
PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1"