summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bootstrap/stage-0-binutils.TARGETS1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/stage-0-binutils.TARGETS b/src/bootstrap/stage-0-binutils.TARGETS
index cf282bd..c3529c7 100644
--- a/src/bootstrap/stage-0-binutils.TARGETS
+++ b/src/bootstrap/stage-0-binutils.TARGETS
@@ -62,6 +62,7 @@
, " ln -s /lib/ld-musl-$(uname -m).so.1 ${TMPDIR}/ldd"
, " export PATH=$PATH:${TMPDIR}"
, "fi"
+ , "export CXX=no"
, "mkdir build"
, "cd build"
, "sh ../configure --prefix=/ --disable-nls --enable-gprofng=no --disable-werror --enable-deterministic-archives >configure.log 2>&1 || (cat configure.log && exit 1)"