------- Comment #16 from hjl dot tools at gmail dot com 2009-12-10 15:09 ------- FWIW, I am using:
# CC="gcc -m32" CXX="g++ -m32" gcc_cv_as_ix86_gotoff_in_data=yes ../src-t runk/configure i686-linux --enable-tls to bootstrap 32bit gcc 4.5 on Linux/Intel64. I have to use gcc_cv_as_ix86_gotoff_in_data=yes and --enable-tls since gcc/configure doesn't pass --32 to assembler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42345