On Sat, 2025-08-09 at 00:39 +0100, Sam James wrote: > Sam James <s...@gentoo.org> writes: > > > David Malcolm <dmalc...@redhat.com> writes: > > > > > [...] > > > Test bootstrap on x86_64 in progress. Is there an easy way to > > > force > > > the bootstrap to use 32-bit? > > > > Try ~/git/gcc/configure --host=i686-pc-linux-gnu > > --build=i686-pc-linux-gnu --target=i686-pc-linux-gnu CC="gcc -m32" > > CXX="g++ -m32". > > ... and --disable-lto, as the plugin won't be loadable on a 64-bit > bfd. >
Thanks. I reproduced the build failure this way, and then verified that the patch fixes it (successful bootstrap with the above; also successfully bootstrapped & regrtested on x86_64-pc-linux-gnu). Pushed to trunk as r16-3101-g7c02f011502ea6. Sorry again about the breakage. Dave