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]

Re: PATCH: Fix the MIPS ISA ELF setting (Re: RedHat 7.1/mips update)



> Just to clarify, I am talking about gas, not gcc. There is no need to pass
> -m4100 to gcc.

Yes.  I understand.  Though I don't know why you aren't passing
-march=vr4100 to gcc (or at least -mtune=vr4100).  You don't want 4100
tuned code?

> Any solution should take into acount of existing kernel source and previous
> binutils which have been working fine until now. If you change kernel, now
> you force everyone to use the new binutils. The problem is the current gas
> won't allow "-m4100 -mips2" anymore. Why not fix that?

Because -m4100 -mips2 is wrong.  -mips2 is simply an alias for a
processor that implements the standard mips2 ISA. Here you are
specifying two architectures on the same command line.  Why would you
think this would work (other than it worked in the past)?

-eric
.
-- 
Fridays are not "pants optional"


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