aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-11-29 02:38:40 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-11-29 02:38:40 +0000
commitc2d4bd4226770da03c4796c7de77bee28ec79319 (patch)
tree011d99e0aa3fded1c1fc83e4dfbafab52f44c0d1 /configure
parentb5a49ad43f275dde864d429b3765156367bd8f8c (diff)
GCC is now installed by the pipeline
The pipeline now installs GCC and all its necessary prerequisites.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d4abda9..4753320 100755
--- a/configure
+++ b/configure
@@ -564,7 +564,7 @@ fi
# Build Basic dependencies
# ------------------------
make -f reproduce/src/make/dependencies-basic.mk \
- static_build=$static_build #-j8
+ static_build=$static_build -j8
@@ -579,7 +579,7 @@ make -f reproduce/src/make/dependencies-basic.mk \
# to build them in this script. But after this, we can rely on Makefiles.
numthreads=$($instdir/bin/nproc)
./.local/bin/make -f reproduce/src/make/dependencies.mk \
- static_build=$static_build #-j$numthreads
+ static_build=$static_build -j$numthreads