------- Comment #8 from skunk at iskunk dot org 2006-08-06 07:26 ------- (In reply to comment #7) > You cannot expect that to work. You're trying to bootstrap a 32-bit compiler > (sparc-sun-solaris2.8) with a 64-bit compiler (cc -xarch=v9). Unsupported.
No, I'm trying to build a 64-bit GCC using cc in 64-bit mode (as per CFLAGS) on a 64-bit system. Nothing fancy here. You don't pass compiler flags in CC. That's what CFLAGS is for. Let me refocus the issue: It is a bug for genmodes et al. in GCC's stage 1 to have been built without CFLAGS. Is there any reason for this not to be the case? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28515