gcc: remove support for 4.6.2
[openwrt/staging/mkresin.git] / toolchain / gcc / Config.in
index 2d360d21455712058a3bfe68a4b476b3c04cc657..f83f83c5c5ba97cbda65bc627ec5aeef91d2a63c 100644 (file)
@@ -9,17 +9,11 @@ choice
 
        config GCC_VERSION_4_4_7
                bool "gcc 4.4.7"
-               depends (avr32 || ubicom32)
-
-       config GCC_VERSION_4_6_2
-               bool "gcc 4.6.2"
+               depends avr32
 
        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"
 
@@ -82,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++?