diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-16 13:26:26 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-10-16 13:26:26 +0200 |
commit | 6e00f49ab44487694fd0e68a3f4b2c4f43f72afe (patch) | |
tree | 6b8a214f9c643a68add55ab22590c41b56a03754 /config/global | |
parent | f81519065bac8f2b7bb3c8a43dc32c43b2d21210 (diff) | |
download | crosstool-ng-6e00f49ab44487694fd0e68a3f4b2c4f43f72afe.tar.gz crosstool-ng-6e00f49ab44487694fd0e68a3f4b2c4f43f72afe.tar.bz2 crosstool-ng-6e00f49ab44487694fd0e68a3f4b2c4f43f72afe.zip |
config: use '0' for automatic number of jobs
Also, make it the default.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/build-behave.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/global/build-behave.in b/config/global/build-behave.in index 07302ffe..bb11e913 100644 --- a/config/global/build-behave.in +++ b/config/global/build-behave.in @@ -8,15 +8,15 @@ comment "Build options hiden" config PARALLEL_JOBS int prompt "Number of parallel jobs" if ! BACKEND - default 1 + default 0 help Number of jobs make will be allowed to run concurently. Set this higher than the number of processors you have, but not too high. A good rule of thumb is twice the number of processors you have. - Enter 1 (or 0) to have only one job at a time. + Enter 1 to have only one job at a time. - Enter -1 to set automatically based on how many processors the host has. + Enter 0 to set automatically based on how many processors the host has. config LOAD int |