This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
CFLAGS
- From: Irina Rozet <irozet at fsw dot fujitsu dot com>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 04 Sep 2002 12:35:02 -0700
- Subject: 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