diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-07 07:59:20 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-07 07:59:20 +0000 |
commit | 9b30794d30b96257894dd0cb9a1df140f4c7476e (patch) | |
tree | 11020c03d469e0b47278e0a9da09faba5b2ab5a3 /meta/conf | |
parent | 7024f1af86fe0246745913d1b75a86d9095881e7 (diff) | |
download | openembedded-core-9b30794d30b96257894dd0cb9a1df140f4c7476e.tar.gz openembedded-core-9b30794d30b96257894dd0cb9a1df140f4c7476e.tar.bz2 openembedded-core-9b30794d30b96257894dd0cb9a1df140f4c7476e.tar.xz openembedded-core-9b30794d30b96257894dd0cb9a1df140f4c7476e.zip |
binutils: 2.17.50.0.5 -> 2.17.50.0.12
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2375 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 43f4d71e1..b4a3bc062 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -13,8 +13,8 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" PREFERRED_VERSION_gcc ?= "4.1.2" PREFERRED_VERSION_gcc-cross ?= "4.1.2" PREFERRED_VERSION_gcc-cross-initial ?= "4.1.1" -PREFERRED_VERSION_binutils ?= "2.17.50.0.5" -PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.5" +PREFERRED_VERSION_binutils ?= "2.17.50.0.12" +PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.12" PREFERRED_VERSION_linux-libc-headers ?= "2.6.20" PREFERRED_VERSION_glibc ?= "2.5" PREFERRED_VERSION_glibc-intermediate ?= "2.5" |