X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=blobdiff_plain;f=Config.in;h=9ad71e02cb2273bcc8bb33121ea19499f9fb25cd;hp=5c154691dd2ca356486d20d462760d05de2122cf;hb=5be36cbe834dd22a0f2692b9b984ba13307543fa;hpb=f54a6df1e15d0b763a9f37140d6440e2e158da5f diff --git a/Config.in b/Config.in index 5c154691dd..9ad71e02cb 100644 --- a/Config.in +++ b/Config.in @@ -704,21 +704,19 @@ menu "Global build settings" Note that this will make the system libraries incompatible with most of the packages that are not selected during the build process - if INSTALL_LIBSTDCPP - choice - prompt "Preferred standard C++ library" - default USE_LIBSTDCXX if USE_EGLIBC - default USE_UCLIBCXX - help - Select the preferred standard C++ library for all packages that support this. + choice + prompt "Preferred standard C++ library" + default USE_LIBSTDCXX if USE_EGLIBC + default USE_UCLIBCXX + help + Select the preferred standard C++ library for all packages that support this. - config USE_UCLIBCXX - bool "uClibc++" + config USE_UCLIBCXX + bool "uClibc++" - config USE_LIBSTDCXX - bool "libstdc++" - endchoice - endif + config USE_LIBSTDCXX + bool "libstdc++" + endchoice endmenu