https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116339
Marc Poulhiès <dkm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Summary|arm-unknown-elf fails to |arm-unknown-linux-gnueabihf |build |fails to build Target| |arm-unknown-linux-gnueabihf Resolution|MOVED |--- --- Comment #3 from Marc Poulhiès <dkm at gcc dot gnu.org> --- Got the wrong configure line sorry. The actual command for configure is: CC_FOR_BUILD='x86_64-build_pc-linux-gnu-gcc' CFLAGS='-O2 -g -I/opt/.build/arm-unknown-linux-gnueabihf/buildtools/include ' CFLAGS_FOR_BUILD='-O2 -g -I/opt/.build/arm-unknown-linux-gnueabihf/buildtools/include ' CXXFLAGS='-O2 -g -I/opt/.build/arm-unknown-linux-gnueabihf/buildtools/include ' CXXFLAGS_FOR_BUILD='-O2 -g -I/opt/.build/arm-unknown-linux-gnueabihf/buildtools/include ' LDFLAGS='-L/opt/.build/arm-unknown-linux-gnueabihf/buildtools/lib ' CFLAGS_FOR_TARGET='-g -O2 ' CXXFLAGS_FOR_TARGET='-g -O2 ' LDFLAGS_FOR_TARGET='' '/usr/bin/bash' '/opt/.build/arm-unknown-linux-gnueabihf/src/gcc/configure' '--build=x86_64-build_pc-linux-gnu' '--host=x86_64-build_pc-linux-gnu' '--target=arm-unknown-linux-gnueabihf' '--prefix=/opt/.build/arm-unknown-linux-gnueabihf/buildtools' '--exec_prefix=/opt/.build/arm-unknown-linux-gnueabihf/buildtools' '--with-local-prefix=/opt/compiler-explorer/arm/gcc-trunk-20240812/arm-unknown-linux-gnueabihf/arm-unknown-linux-gnueabihf/sysroot' '--with-sysroot=/opt/compiler-explorer/arm/gcc-trunk-20240812/arm-unknown-linux-gnueabihf/arm-unknown-linux-gnueabihf/sysroot' '--with-newlib' '--enable-threads=no' '--disable-shared' '--with-arch=armv7-a' '--with-fpu=neon' '--with-float=hard' '--enable-__cxa_atexit' '--disable-libgomp' '--disable-libmudflap' '--disable-libmpx' '--enable-libssp' '--enable-libquadmath' '--enable-libquadmath-support' '--disable-libstdcxx' '--with-gmp=/opt/.build/arm-unknown-linux-gnueabihf/buildtools' '--with-mpfr=/opt/.build/arm-unknown-linux-gnueabihf/buildtools' '--with-mpc=/opt/.build/arm-unknown-linux-gnueabihf/buildtools' '--with-isl=/opt/.build/arm-unknown-linux-gnueabihf/buildtools' '--enable-lto' '--enable-target-optspace' '--with-glibc-version=2.32' '--disable-nls' '--disable-multilib' '--enable-languages=c' '--with-mode=thumb' '--enable-checking=release'