summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-crosstool-ng
diff options
context:
space:
mode:
authorNathan Lynch <ntl@pobox.com>2012-06-11 16:09:42 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-06-24 11:10:47 +0200
commitf6b26ea4251c7bcec36a26e7059832789a3f5938 (patch)
tree929a9464db22d254c43fc9f24af534de941ffd0c /toolchain/toolchain-crosstool-ng
parentde780f6471672468fd67d79177e707c6d4d160ac (diff)
downloadbuildroot-novena-f6b26ea4251c7bcec36a26e7059832789a3f5938.tar.gz
buildroot-novena-f6b26ea4251c7bcec36a26e7059832789a3f5938.zip
toolchain/crosstool-ng: change use of BR2_JLEVEL to PARALLEL_JOBS
Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-crosstool-ng')
-rw-r--r--toolchain/toolchain-crosstool-ng/crosstool-ng.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk
index 625796a4c..d18f5d53c 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 $@