diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-12 11:03:43 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-28 16:23:54 +0200 |
commit | 44405fcf083ce8fd16d966263aa708e1b86194ba (patch) | |
tree | 2b0fd6921e26730901c0303ac2f0f87e5dd7b142 /src | |
parent | 21dc79e4104050129c9d67225072fd9e31c6990a (diff) | |
download | bootstrappable-toolchain-44405fcf083ce8fd16d966263aa708e1b86194ba.tar.gz |
stage-0/binutils: explicitly declare absence of C++ compiler
... in a way that is supported by configure scripts without
any guessing.
Diffstat (limited to 'src')
-rw-r--r-- | src/bootstrap/stage-0-binutils.TARGETS | 1 |
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)" |