[buildroot] add preliminary support for musl
[openwrt.git] / toolchain / gcc / Config.in
index 96930b1..5526b4b 100644 (file)
@@ -17,8 +17,8 @@ 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"
 
        config GCC_VERSION_4_5_LINARO
                bool "gcc 4.5.x with Linaro enhancements"
@@ -79,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++?