build: don't hardcode num worker threads "make -j4"
This commit is contained in:
@@ -129,6 +129,7 @@ if [ -n "$GCC_TRIPLET_BUILD" ] ; then
|
||||
fi
|
||||
|
||||
export GCC_STRIP_BINARIES="${GCC_STRIP_BINARIES:-0}"
|
||||
export CPU_COUNT="$(nproc 2> /dev/null || sysctl -n hw.ncpu)"
|
||||
|
||||
|
||||
function break_legacy_easy_install() {
|
||||
|
||||
Reference in New Issue
Block a user