Re: Default gcc tuning?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Zuxy Meng" <zuxy.meng@xxxxxxxxx> 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.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux