aboutsummaryrefslogtreecommitdiff
path: root/buildos
diff options
context:
space:
mode:
Diffstat (limited to 'buildos')
-rwxr-xr-xbuildos8
1 files changed, 5 insertions, 3 deletions
diff --git a/buildos b/buildos
index 17eef72..0bd47d5 100755
--- a/buildos
+++ b/buildos
@@ -637,9 +637,11 @@ function toolchain_bootstrap () # <toolchain-name>
# Bootstrap, stage, and install using the provided build.sh script. Do
# parallel bootstrap using make.
#
- if ! ./build.sh --make "$cpu_total" \
- --install-dir "$id" \
- --trust "$tt" \
+ if ! ./build.sh --make make \
+ --make "-j$cpu_total" \
+ --timeout "$timeout" \
+ --install-dir "$id" \
+ --trust "$tt" \
g++; then
info "failed to build $(pwd)"
break