gcc-riscv64 fails to compile
Triggered by 7608d185, that patch has been reverted so that hopefully bpo + CI aren't blocked anymore.
The output from the CI job trying to build this: ci.log
The relevant output from trying to build GCC for riscv64 is:
checking whether the /home/pmos/build/src/build-cross-final/./gcc/xgcc -B/home/pmos/build/src/build-cross-final/./gcc/ -B/usr/riscv64-alpine-linux-musl/bin/ -B/usr/riscv64-alpine-linux-musl/lib/ -isystem /usr/riscv64-alpine-linux-musl/include -isystem /usr/riscv64-alpine-linux-musl/sys-include linker (/home/pmos/build/src/build-cross-final/./gcc/collect-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make[1]: *** [Makefile:12220: configure-target-libstdc++-v3] Error 1
Edited by Administrator