On 6/19/21 9:53 AM, Gaius Mulley wrote: > Matthias Klose <d...@ubuntu.com> writes: > >> x86_64-linux-gnu-g++-10 is the compiler used for the bootstrap. I haven't >> checked if that is also seen for a normal bootstrap. Apparently it tries to >> re-bootstrap the compiler. >> >> The build is configured with --with-build-config=bootstrap-lto-lean, built >> with >> make profiledbootstrap-lean > > many thanks for the patch - committed. I've also fixed the make install > bug (causing the re-bootstrap mentioned above),
the build now fails already in stage1 with [...] gm2.a m2/mc-boot-ch/Glibc.o m2/mc-boot-ch/Gmcrts.o libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lm /usr/bin/x86_64-linux-gnu-ld: cannot find libcommon.a: No such file or directory collect2: error: ld returned 1 exit status Matthias