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".