This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: The new mips gas breaks gcc 2.96


Maciej W. Rozycki wrote:
> On Thu, 1 Aug 2002, H. J. Lu wrote:
> 
> > > -mcpu was deprecated in the last release.  It's now been removed.
> > 
> > I guess I have to put it back for gcc 2.96 in my Linux binutils.
> 
>  Well, the real solution would be to update the specs for gcc 2.96 --
> s/-mcpu/-mtune/ should suffice.

ITYM s/-mcpu/-march/.

>  I'm actually surprised why the change happened at all -- the i386 uses
> "-mcpu" and "-march"; why does MIPS have to use "-mtune" and "-march"
> instead?  And why can't it keep "-mcpu" as an alias if "-mtune" is needed
> for some reason?  It doesn't cost much. 

Much confusion here. :-)

The documentation says -mcpu for i386 is the same as -mtune is now for
MIPS, while -march has similiar meaning on both. But the old -mcpu for
MIPS did select scheduling as well as the set of valid opcodes.


Thiemo


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