This is the mail archive of the gcc@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]

CFLAGS


Hi!

I compiled  gcc -2.95 on Solaris 8 sparc, and got an issue with CFLAGS
My native cc compiler has optimization flag  "-xO2" , it does not
understand  "-O2".
So I set  CFLAGS=-xO2 before run configure.
Then compilation with cc compiler was OK,  but this flag was passed to
xgcc also.
Again, xgcc does not understand -xO2, and I had to correct Makefiles
manualy.

Best regards,
Irina


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