[oe-commits] Khem Raj : sane-toolchain.inc: Default to gcc 4.4.1

git version control git at git.openembedded.org
Fri Sep 11 02:26:15 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 045f4e9106384b27d1ebc28e9bc9c5dc6bff7a94
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=045f4e9106384b27d1ebc28e9bc9c5dc6bff7a94

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu Sep 10 19:16:53 2009 -0700

sane-toolchain.inc: Default to gcc 4.4.1

* ppc405 has also got tested using 4.4.1 so bump this too.
* ARMv7 is also switched to use 4.4.1.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Acked-by: Phil Blundell <philb at gnu.org>

---

 conf/distro/include/sane-toolchain.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index 65cb776..e2c6740 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -5,7 +5,7 @@
 #############################################################################
 
 # Base line versions, good for most things
-PREFERRED_GCC_VERSION                ?= "4.2.4"
+PREFERRED_GCC_VERSION                ?= "4.4.1"
 PREFERRED_BINUTILS                   ?= "2.18"
 
 # Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
@@ -19,9 +19,9 @@ PREFERRED_VERSION_uclibc-initial    ?= "0.9.30.1"
 # Some systems need a special gcc version
 PREFERRED_GCC_VERSION_486sx          ?= "4.3.2"
 PREFERRED_GCC_VERSION_avr32          ?= "4.2.2"
-PREFERRED_GCC_VERSION_armv7a         ?= "4.3.1" 
+PREFERRED_GCC_VERSION_armv7a         ?= "4.4.1" 
 PREFERRED_GCC_VERSION_bfin           ?= "4.1.2"
-PREFERRED_GCC_VERSION_ppc405         ?= "4.1.1"
+PREFERRED_GCC_VERSION_ppc405         ?= "4.4.1"
 PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"
 PREFERRED_GCC_VERSION_xilinx-ml403   ?= "4.1.1"
 





More information about the Openembedded-commits mailing list