------- Comment #5 from lucier at math dot purdue dot edu 2009-03-31 12:38 ------- You have --disable-bootstrap, so my guess is that cc1 is a 32-bit binary if that's what your system compiler builds by default. By bootstrapping you get a 64-bit binary (the first cc1 built in the bootstrap is 32-bit, but the second and third are 64-bit).
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39301