X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fgcc%2FConfig.in;h=b5218aee3b410c074c3854955fa26f8a95d47dbf;hb=f8f3c05e56959f297edebe6438bd4f8c988f1e6e;hp=96930b121129c14b504dce66c7edf46a03afc863;hpb=6cc10e55690a36d2958f099a65adeda191dc9f40;p=openwrt.git diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 96930b1211..b5218aee3b 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -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,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++?