aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-17 13:03:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-17 13:03:08 +0000
commit9afeebbea73b7ccde5323a9e58e8ce6ff02b9016 (patch)
treeb41266e764e91a2b8b89ce89716dca7d787579af /Config.in
parent00e12d10e36f15f24d9eb36b17f4fb70d961ec45 (diff)
downloadmaster-187ad058-9afeebbea73b7ccde5323a9e58e8ce6ff02b9016.tar.gz
master-187ad058-9afeebbea73b7ccde5323a9e58e8ce6ff02b9016.tar.bz2
master-187ad058-9afeebbea73b7ccde5323a9e58e8ce6ff02b9016.zip
toolchain: enable parallel build for uClibc, remove the obsolete TOOLCHAIN_PARALLEL config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33807 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/Config.in b/Config.in
index c023d60793..cca5a4c0f0 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