buildroot: allow specifying libc personality for external toolchains
[openwrt.git] / toolchain / gcc / Config.in
index 2d360d2..b5218ae 100644 (file)
@@ -9,7 +9,7 @@ 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"
@@ -17,9 +17,6 @@ choice
        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 +79,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++?