This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/28515] CFLAGS not propagated, resulting in object mismatch



------- Comment #10 from schwab at suse dot de  2006-08-06 08:01 -------
(In reply to comment #8)
> You don't pass compiler flags in CC. That's what CFLAGS is for.

Passing -xarch=v9 to the compiler makes it a different compiler in essence, one
that creates object files that are incompatible with the output of the default
compiler.  It also changes the operation of the linker.  That makes the flag
quite different from other compiler flags.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28515


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]