]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-oabi: Add preferred versions for gcc and binutils
authorRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 22:17:54 +0000 (22:17 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 22 May 2006 22:17:54 +0000 (22:17 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@410 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/conf/distro/poky-oabi.conf

index 5efb55a5d3fe14f3415c48f6e1687998f1668248..fa78fe37859af00644ac5930d4285d5e54fcd983 100644 (file)
@@ -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"