projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de780f6
)
toolchain/crosstool-ng: change use of BR2_JLEVEL to PARALLEL_JOBS
author
Nathan Lynch
<ntl@pobox.com>
Mon, 11 Jun 2012 16:09:42 +0000
(16:09 +0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk
b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk
index 625796a4c2ac94e451e6b6936f3967599b69b2ed..d18f5d53ca18ecd2b1031a7569ddd15039a9cf0e 100644
(file)
--- 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 $@