toolchain/crosstool-ng: change use of BR2_JLEVEL to PARALLEL_JOBS
authorNathan Lynch <ntl@pobox.com>
Mon, 11 Jun 2012 16:09:42 +0000 (16:09 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 24 Jun 2012 09:10:47 +0000 (11:10 +0200)
Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/toolchain-crosstool-ng/crosstool-ng.mk

index 625796a4c2ac94e451e6b6936f3967599b69b2ed..d18f5d53ca18ecd2b1031a7569ddd15039a9cf0e 100644 (file)
@@ -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 $@