From: Nathan Lynch Date: Mon, 11 Jun 2012 16:09:42 +0000 (+0000) Subject: toolchain/crosstool-ng: change use of BR2_JLEVEL to PARALLEL_JOBS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f6b26ea4251c7bcec36a26e7059832789a3f5938;p=buildroot.git toolchain/crosstool-ng: change use of BR2_JLEVEL to PARALLEL_JOBS Signed-off-by: Nathan Lynch Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk index 625796a4c2..d18f5d53ca 100644 --- a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk +++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk @@ -81,7 +81,7 @@ $(STAMP_DIR)/ct-ng-toolchain-installed: $(STAMP_DIR)/ct-ng-toolchain-built # depending on the selected C library. Those deps are added later $(STAMP_DIR)/ct-ng-toolchain-built: $(CTNG_DIR)/.config - $(Q)$(call ctng,build.$(BR2_JLEVEL)) + $(Q)$(call ctng,build.$(PARALLEL_JOBS)) $(Q)printf "\n" $(Q)touch $@