diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-27 21:12:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-27 21:12:11 +0000 |
commit | 73558dc65210577eaffa13521559b9baca9762c9 (patch) | |
tree | a23b6cc44b9408e747386bfa7acded049756e14b /meta | |
parent | 3a11c9d58f56fed153c79521fb052fe3474e02ad (diff) | |
download | openembedded-core-73558dc65210577eaffa13521559b9baca9762c9.tar.gz openembedded-core-73558dc65210577eaffa13521559b9baca9762c9.tar.bz2 openembedded-core-73558dc65210577eaffa13521559b9baca9762c9.zip |
poky-eabi.inc: Switch to gcc 4.1.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1788 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 3676aea279..bb83718031 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -5,8 +5,8 @@ PREFERRED_PROVIDER_virtual/arm-poky-linux-gnueabi-libc-for-gcc = "glibc-intermediate" PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate" -PREFERRED_VERSION_gcc ?= "4.1.1" -PREFERRED_VERSION_gcc-cross ?= "4.1.1" +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" |