summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 299b291..ff2d7dd 100755
--- a/build
+++ b/build
@@ -96,7 +96,7 @@ dir_macros = \
extra_opts =
native_target = bootstrap-lean
cross_target = all-gcc
-jobs = 4
+jobs = $$(printf '%s\n' /sys/devices/system/cpu/cpu[0-9]* | wc -l)
include ../local.mk
# For example, to disable bootstrapping, set these in local.mk:
# extra_opts = --disable-bootstrap