[Buildroot] [git commit branch/next] toolchain/crosstool-ng: change use of BR2_JLEVEL to PARALLEL_JOBS

Peter Korsgaard jacmet at sunsite.dk
Thu Aug 2 19:52:48 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=f6b26ea4251c7bcec36a26e7059832789a3f5938
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Signed-off-by: Nathan Lynch <ntl at pobox.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 toolchain/toolchain-crosstool-ng/crosstool-ng.mk |    2 +-
 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 625796a..d18f5d5 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 $@
 



More information about the buildroot mailing list