Default gcc tuning?
Ian Lance Taylor
iant@google.com
Tue Apr 24 05:50:00 GMT 2007
[ Removing CC of mingw-users@lists.sourceforge.net as it is a closed
list. ]
"Zuxy Meng" <zuxy.meng@gmail.com> writes:
> "Ian Lance Taylor" <iant@google.com> дÈëÏûÏ¢ÐÂÎÅ:m3slaqidqw.fsf@localhost.localdomain...
> > "Zuxy Meng" <zuxy.meng@gmail.com> writes:
> >
> >> What will gcc do if I don't specify any -mtune? Will gcc optimize for
> >> some
> >> default target or not do any scheduling at all?
> >
> > It will optimize for the default target. The default target is the
> > one for which it was configured. You can see it by running gcc -v.
>
> Thanks! But what if the 'default target' wasn't configured?
You can't build gcc without specifying a target.
Ian
More information about the Gcc-help
mailing list