cmake: change use 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:
parent
7206f219d4
commit
615645936c
@ -5,7 +5,7 @@ define HOST_CMAKE_CONFIGURE_CMDS
|
||||
(cd $(@D); \
|
||||
LDFLAGS="$(HOST_LDFLAGS)" \
|
||||
CFLAGS="$(HOST_CFLAGS)" \
|
||||
./bootstrap --prefix=$(HOST_DIR)/usr --parallel=$(BR2_JLEVEL) \
|
||||
./bootstrap --prefix=$(HOST_DIR)/usr --parallel=$(PARALLEL_JOBS) \
|
||||
)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user