diff options
author | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:32:04 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 16:32:04 +0000 |
commit | 8100c3dbd30a3c28306c9d176323b4a69d101a6a (patch) | |
tree | 4ac3b1e4cf58011e03843ec661ae9e5359d2d373 /openembedded/conf/distro | |
parent | d1657785ce7789ce05b47cfb72cc54a7b29451e0 (diff) | |
download | poky-8100c3dbd30a3c28306c9d176323b4a69d101a6a.tar.gz |
poky-oabi: Lock down some further versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@378 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/conf/distro')
-rw-r--r-- | openembedded/conf/distro/poky-oabi.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openembedded/conf/distro/poky-oabi.conf b/openembedded/conf/distro/poky-oabi.conf index 3a436f6552..5efb55a5d3 100644 --- a/openembedded/conf/distro/poky-oabi.conf +++ b/openembedded/conf/distro/poky-oabi.conf | |||
@@ -1,6 +1,9 @@ | |||
1 | # | 1 | # |
2 | # Poky configuration to use EABI | 2 | # Poky configuration to use its Original ABI |
3 | # | 3 | # |
4 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" | 4 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" |
5 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | 5 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" |
6 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | 6 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" |
7 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1" | ||
8 | PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" | ||
9 | PREFERRED_VERSION_glibc-intermediate ?= "2.3.5+cvs20050627" | ||