gcc: remove support for 4.6.2
[openwrt/staging/lynxis/omap.git] / toolchain / gcc / Config.in
index 957487662b27218f3e453f19db7c2aafc4656990..f83f83c5c5ba97cbda65bc627ec5aeef91d2a63c 100644 (file)
@@ -9,13 +9,13 @@ choice
 
        config GCC_VERSION_4_4_7
                bool "gcc 4.4.7"
-               depends (avr32 || ubicom32)
+               depends avr32
 
-       config GCC_VERSION_4_6_2
-               bool "gcc 4.6.2"
+       config GCC_VERSION_4_6_3
+               bool "gcc 4.6.3"
 
-       config GCC_VERSION_4_7_0
-               bool "gcc 4.7.0"
+       config GCC_VERSION_4_7_2
+               bool "gcc 4.7.2"
 
        config GCC_VERSION_4_5_LINARO
                bool "gcc 4.5.x with Linaro enhancements"
@@ -76,7 +76,7 @@ config SJLJ_EXCEPTIONS
 config INSTALL_LIBSTDCPP
        bool
        prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS
-       default y
+       default y if !USE_MUSL
        help
            Build/install c++ compiler and libstdc++?