openblas: avoid using make -j when building
Set MAKE_NB_JOBS=-1 so that no -j parameter is passed to make when building the package, honoring the parent make's setting. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
parent
7ff29af4fd
commit
bf99bfbadb
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ MAKE_FLAGS += \
|
||||||
HOSTCC=$(HOSTCC_NOCACHE) \
|
HOSTCC=$(HOSTCC_NOCACHE) \
|
||||||
CROSS_SUFFIX=$(TARGET_CROSS) \
|
CROSS_SUFFIX=$(TARGET_CROSS) \
|
||||||
BINARY=$(OPENBLAS_BINARY) \
|
BINARY=$(OPENBLAS_BINARY) \
|
||||||
|
MAKE_NB_JOBS=-1 \
|
||||||
NUM_THREADS=2 \
|
NUM_THREADS=2 \
|
||||||
PREFIX=/usr \
|
PREFIX=/usr \
|
||||||
COMMON_OPT="" \
|
COMMON_OPT="" \
|
||||||
|
|
Loading…
Reference in a new issue