A x86_64-gnu-linux bootstrap which also builds -m32 now fails.

While I have local patches, they should not affect this,
hence, I fear that it has been caused by this patch.

Namely, if I do a bootstrap into an empty directory with:

$ ..../configure --prefix=... --enable-languages=c,c++,fortran,lto,objc --enable-offload-targets=nvptx-none,amdgcn-amdhsa

I get during stage1 bootstrap:

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[2]: *** [Makefile:17281: configure-stage1-target-libstdc++-v3] Error 1

And while ./x86_64-pc-linux-gnu/libstdc++-v3/config.log is okay,
./x86_64-pc-linux-gnu/32/libstdc++-v3/config.log fails with:

configure:10962: $? = 0
configure:10976: result: no
configure:11141: checking dynamic linker characteristics
configure:11577: error: Link tests are not allowed after GCC_NO_EXECUTABLES.

Can you check?

Tobias

Reply via email to