diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-22 22:17:54 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-22 22:17:54 +0000 |
commit | 36efd02a494f88f0eb79f4c2b0e463861e1c654e (patch) | |
tree | b497df194be5a2235c877e1ca4c15ad0eeac898e /openembedded | |
parent | 4db4ee4cb3de3afc55b89dff03444f20df07aba2 (diff) | |
download | poky-36efd02a494f88f0eb79f4c2b0e463861e1c654e.tar.gz |
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
Diffstat (limited to 'openembedded')
-rw-r--r-- | openembedded/conf/distro/poky-oabi.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/conf/distro/poky-oabi.conf b/openembedded/conf/distro/poky-oabi.conf index 5efb55a5d3..fa78fe3785 100644 --- a/openembedded/conf/distro/poky-oabi.conf +++ b/openembedded/conf/distro/poky-oabi.conf | |||
@@ -1,7 +1,9 @@ | |||
1 | # | 1 | # |
2 | # Poky configuration to use its Original ABI | 2 | # Poky configuration to use its Original ABI |
3 | # | 3 | # |
4 | PREFERRED_VERSION_binutils ?= "2.16" | ||
4 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" | 5 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" |
6 | PREFERRED_VERSION_gcc ?= "3.4.4" | ||
5 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | 7 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" |
6 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | 8 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" |
7 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1" | 9 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1" |