diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-17 13:03:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-17 13:03:08 +0000 |
commit | c6ba19c70e1bde7cb94c77ae64537294cfef2ae9 (patch) | |
tree | 382c423664013f52ea57a9585aa14fc3bae42c6c /Config.in | |
parent | 0e1f91b60af521b114a4135c1aee9e13ebbbd177 (diff) | |
download | upstream-c6ba19c70e1bde7cb94c77ae64537294cfef2ae9.tar.gz upstream-c6ba19c70e1bde7cb94c77ae64537294cfef2ae9.tar.bz2 upstream-c6ba19c70e1bde7cb94c77ae64537294cfef2ae9.zip |
toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol
SVN-Revision: 33807
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |