aboutsummaryrefslogtreecommitdiff
path: root/config/global
diff options
context:
space:
mode:
authorMichael Hope <michael.hope@linaro.org>2011-09-29 12:40:42 +1300
committerMichael Hope <michael.hope@linaro.org>2011-09-29 12:40:42 +1300
commit1c0488792d245101ceb4efca2223574c44fd0e67 (patch)
tree1266a3164c02bc1c1fc9e6397b3cc459eb968a0f /config/global
parent89cf5bb67fdae093db25ecb6a50f25a835c8ca6c (diff)
downloadcrosstool-ng-1c0488792d245101ceb4efca2223574c44fd0e67.tar.gz
crosstool-ng-1c0488792d245101ceb4efca2223574c44fd0e67.tar.bz2
crosstool-ng-1c0488792d245101ceb4efca2223574c44fd0e67.zip
config: add a 'auto' value for the number of parallel jobs
When CT_PARALLEL_JOBS is -1, set the number of parallel jobs to the number of online CPUs + 1. Update documentation to match. I find this useful when building in the cloud. You can use the same .config file and have the build adapt to the number of processors available. Limited testing shows that NCPUS+1 is faster than NCPUS+0 or NCPUS+2. Signed-off-by: Michael Hope <michael.hope@linaro.org>
Diffstat (limited to 'config/global')
-rw-r--r--config/global/build-behave.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/global/build-behave.in b/config/global/build-behave.in
index ebf08b2d..7092a7f1 100644
--- a/config/global/build-behave.in
+++ b/config/global/build-behave.in
@@ -16,6 +16,8 @@ config PARALLEL_JOBS
Enter 1 (or 0) to have only one job at a time.
+ Enter -1 to set automatically based on how many processors the host has.
+
config LOAD
int
prompt "Maximum allowed load" if ! BACKEND