diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-25 13:50:51 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-25 13:50:51 +0000 |
commit | 68e5b6c2da28d681d51158078ce5ae5dc87c1003 (patch) | |
tree | 61e19261bc967993a6d7d3075eeea07409a4e20e /meta/conf | |
parent | bda47c0b52054de7d224f6cf391b2e0e2060c852 (diff) | |
download | openembedded-core-68e5b6c2da28d681d51158078ce5ae5dc87c1003.tar.gz openembedded-core-68e5b6c2da28d681d51158078ce5ae5dc87c1003.tar.bz2 openembedded-core-68e5b6c2da28d681d51158078ce5ae5dc87c1003.zip |
poky-eabi.inc: Fix gcc-cross-initial version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3601 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 32a419bdf4..f226fa7fec 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -13,7 +13,7 @@ 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_gcc-cross-initial ?= "4.1.2" PREFERRED_VERSION_binutils ?= "2.18" PREFERRED_VERSION_binutils-cross ?= "2.18" PREFERRED_VERSION_linux-libc-headers ?= "2.6.20" |