toolchain/gcc: make 4.3.4 default
authorPeter Korsgaard <jacmet@sunsite.dk>
Thu, 10 Sep 2009 08:32:45 +0000 (10:32 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 10 Sep 2009 08:32:45 +0000 (10:32 +0200)
There still seems to be some issues with 4.4.x and C++.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/gcc/Config.in

index 8246a9595eee5b99acb7f724923844e0ed7822d3..279e10152b028ffcb34f3478965c6ee4258a220e 100644 (file)
@@ -4,7 +4,7 @@ comment "GCC Options"
 
 choice
        prompt "GCC compiler Version"
-       default BR2_GCC_VERSION_4_3_3 if !BR2_avr32
+       default BR2_GCC_VERSION_4_3_4 if !BR2_avr32
        default BR2_GCC_VERSION_4_2_3 if BR2_avr32
        help
          Select the version of gcc you wish to use.
@@ -49,11 +49,12 @@ choice
 
        config BR2_GCC_VERSION_4_3_2
                depends on !BR2_avr32 && !BR2_nios2
-               depends on BR2_RECENT || BR2_DEPRECATED
+               depends on BR2_DEPRECATED
                bool "gcc 4.3.2"
 
        config BR2_GCC_VERSION_4_3_3
                depends on !BR2_avr32 && !BR2_nios2
+               depends on BR2_RECENT || BR2_DEPRECATED
                bool "gcc 4.3.3"
 
        config BR2_GCC_VERSION_4_3_4