Browse Source

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>
lilik-openwrt-22.03
Eneas U de Queiroz 3 years ago
parent
commit
bf99bfbadb
No known key found for this signature in database GPG Key ID: 5FB9FAF260B80AEA
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libs/openblas/Makefile

+ 1
- 0
libs/openblas/Makefile View File

@ -81,6 +81,7 @@ MAKE_FLAGS += \
HOSTCC=$(HOSTCC_NOCACHE) \
CROSS_SUFFIX=$(TARGET_CROSS) \
BINARY=$(OPENBLAS_BINARY) \
MAKE_NB_JOBS=-1 \
NUM_THREADS=2 \
PREFIX=/usr \
COMMON_OPT="" \


Loading…
Cancel
Save