From 8e5fb3fb4ab09b4dc04fe7cb3f7becce6514117b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 11 Dec 2004 13:01:10 +0000 Subject: Add initial BR2_JLEVEL support, with some exceptions for apps that have broken 'make -j' support --- Config.in | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 8b15d11f3..2b335e68b 100644 --- a/Config.in +++ b/Config.in @@ -70,10 +70,16 @@ config BR2_ARCH default "sparc" if BR2_sparc +menu "Build options" + config BR2_WGET - string + string "Wget command" default "wget --passive-ftp -nd" +config BR2_TAR_VERBOSITY + bool "Tar verbose" + default n + config BR2_STAGING_DIR string "Toolchain and header file location?" default "$(BUILD_DIR)/staging_dir" @@ -87,10 +93,13 @@ config BR2_STAGING_DIR Most people will leave this set to the default value of "$(BUILD_DIR)/staging_dir". +config BR2_JLEVEL + int "Number of jobs to run simultaneously" + default "1" + help + Number of jobs to run simultanesouly -config BR2_TAR_VERBOSITY - bool - default n +endmenu source "toolchain/Config.in" -- cgit v1.2.3