X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Config.in;h=46f7ce8385f2e0be51220ba1a1ce111c13226e4d;hb=e0cb5a2b6c83d2f318c3deea0df253de7f075beb;hp=c023d607937e0ab20e10b40cbe52c18c5a5e3a1f;hpb=fb480b73a7d9a5a7fd7911238e8cdf0b8a457e81;p=openwrt.git diff --git a/Config.in b/Config.in index c023d60793..46f7ce8385 100644 --- a/Config.in +++ b/Config.in @@ -495,20 +495,6 @@ menu "Global build settings" Only say Y, if you don't mind fixing broken packages. Before reporting build bugs, set this to N and re-run the build. - config TOOLCHAIN_PARALLEL - bool - prompt "Parallelize the toolchain build (May break build)" - depends on PKG_BUILD_PARALLEL - depends on BROKEN - default n - help - Build the toolchain with parallel make jobs. - This speeds up the toolchain build on SMP machines, but may - break the build for certain toolchain versions. - - If you say Y, toolchain build might break. - Before reporting build bugs, set this to N and re-run the build. - comment "Stripping options" choice @@ -563,20 +549,21 @@ 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 - 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++" + 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. - config USE_LIBSTDCXX - bool "libstdc++" + config USE_UCLIBCXX + bool "uClibc++" - endchoice + config USE_LIBSTDCXX + bool "libstdc++" + endchoice + endif endmenu