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]

Re: Stabilization status


> 				    -O1		    -O2		    -O9
> 			       -funroll-loops  -funroll-loops  -funroll-loops
> 
> i686-pc-linux-gnu		     Y		     Y		     Y

Correct me if I am wrong. I have an impression that even if egcs is
configured for i686-pc-linux-gnu, it won't generate i686 instructions
by default. You still need to add -march=i686 to exercise the i686
part of egcs. If it is true, should -march=i686 be added to CFLAGS for
i686-pc-linux-gnu?

-- 
H.J. Lu (hjl@gnu.org)


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