toolchain/gcc: default to 4.3.2 for !AVR32
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 16 Jan 2009 14:13:46 +0000 (14:13 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 16 Jan 2009 14:13:46 +0000 (14:13 -0000)
toolchain/gcc/Config.in

index 3e79ce78061be49dd9a6200957103498a6eb7180..3f865ebb81f37d81f21e3bacd2b7d0c738b3d6dd 100644 (file)
@@ -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.