This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [patch] GAS supports for MIPS32 MT ASE
Chao-ying Fu wrote:
> Ok. I fixed all the issues except the option name
> -mt/-mno-mt, because it seems redundant to have two "m"s (-mmt).
> Any suggestion?
It really should be -mmt/-mno-mt in order to be compatible to the gcc
conventions. This avoids hackery in the gcc driver like it was needed
to distinguish -mipsN from -m<linker-emulation>, especially in the
light of future generic options which may start with -m.
Thiemo