diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-10 19:16:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-10 19:26:09 -0700 |
commit | 045f4e9106384b27d1ebc28e9bc9c5dc6bff7a94 (patch) | |
tree | d5b54dcac043c74a6970f2ba2ffa9f28e66cb965 /conf/distro | |
parent | 2aaa2e297f98a239a628706124615a7816a6b662 (diff) |
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@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Acked-by: Phil Blundell <philb@gnu.org>
Diffstat (limited to 'conf/distro')
-rw-r--r-- | 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 65cb7763d1..e2c6740e52 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" |