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

Re: [ColdFire 9/63] Add -mcpu, -march, -mtune, and related options


On Thu, 19 Apr 2007, Richard Sandiford wrote:

> We only have single-processor -mtune settings on MIPS, and I've never
> seen any complaints about that.  Trying to support -mtune settings for a
> range of processors, making decisions that offset one against the other,
> sounds far too complicated in general.  I realise that's what 68020-40
> and 68020-60 do, but that's thankfully a small set.  (And it sounds like
> there's doubt about what even those two combined tuning settings should
> mean.)

Tuning for a range is also what -mtune=generic does for x86, though x86 
may be rather a special case in terms of people wishing to build software 
once that runs on a wide range of systems.

-- 
Joseph S. Myers
joseph@codesourcery.com


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