mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
boost: change uses of BR2_JLEVEL to PARALLEL_JOBS
Signed-off-by: Nathan Lynch <ntl@pobox.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
a72aed3a74
commit
7206f219d4
@@ -70,7 +70,7 @@ define BOOST_CONFIGURE_CMDS
|
||||
endef
|
||||
|
||||
define BOOST_INSTALL_TARGET_CMDS
|
||||
(cd $(@D) && ./b2 -j$(BR2_JLEVEL) -q -d+2 \
|
||||
(cd $(@D) && ./b2 -j$(PARALLEL_JOBS) -q -d+2 \
|
||||
--user-config=$(@D)/user-config.jam \
|
||||
$(BOOST_OPT) \
|
||||
--prefix=$(TARGET_DIR)/usr \
|
||||
@@ -78,7 +78,7 @@ define BOOST_INSTALL_TARGET_CMDS
|
||||
endef
|
||||
|
||||
define BOOST_INSTALL_STAGING_CMDS
|
||||
(cd $(@D) && ./bjam -j$(BR2_JLEVEL) -d+2 \
|
||||
(cd $(@D) && ./bjam -j$(PARALLEL_JOBS) -d+2 \
|
||||
--user-config=$(@D)/user-config.jam \
|
||||
$(BOOST_OPT) \
|
||||
--prefix=$(STAGING_DIR)/usr \
|
||||
|
||||
Reference in New Issue
Block a user