From 5016aa02fb51dbd73461f65ed8c7d9b52539a988 Mon Sep 17 00:00:00 2001 From: Nathan Lynch Date: Sat, 16 Jun 2012 09:37:17 +0000 Subject: automatically set PARALLEL_JOBS when BR2_JLEVEL is 0 When BR2_JLEVEL is 0, set PARALLEL_JOBS to double the number of CPUs detected. This allows one to more or less fully utilize the host system without manually tuning the configuration. Also make 0 the default value for BR2_JLEVEL. Signed-off-by: Nathan Lynch Signed-off-by: Peter Korsgaard --- Config.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 83f64bb67..925c2474c 100644 --- a/Config.in +++ b/Config.in @@ -178,10 +178,12 @@ config BR2_DEBIAN_MIRROR endmenu config BR2_JLEVEL - int "Number of jobs to run simultaneously" - default "2" + int "Number of jobs to run simultaneously (0 for auto)" + default "0" help - Number of jobs to run simultaneously + Number of jobs to run simultaneously. If 0, determine + automatically according to number of CPUs on the host + system. config BR2_CCACHE bool "Enable compiler cache" -- cgit v1.2.3