From 44405fcf083ce8fd16d966263aa708e1b86194ba Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 12 Jun 2024 11:03:43 +0200 Subject: stage-0/binutils: explicitly declare absence of C++ compiler ... in a way that is supported by configure scripts without any guessing. --- src/bootstrap/stage-0-binutils.TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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)" -- cgit v1.2.3