From: Peter Korsgaard Date: Fri, 16 Jan 2009 14:13:46 +0000 (-0000) Subject: toolchain/gcc: default to 4.3.2 for !AVR32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e0c86fff8920643d1fe30c508d1891d14491273;p=buildroot.git toolchain/gcc: default to 4.3.2 for !AVR32 --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 3e79ce7806..3f865ebb81 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -4,7 +4,7 @@ comment "GCC Options" choice prompt "GCC compiler Version" - default BR2_GCC_VERSION_4_2_4 if !BR2_avr32 + default BR2_GCC_VERSION_4_3_2 if !BR2_avr32 default BR2_GCC_VERSION_4_2_3 if BR2_avr32 help Select the version of gcc you wish to use.