[PATCH] MIPS gas: Allow simultan use of -mpu amd -mipsXagain

cgd@sibyte.com cgd@sibyte.com
Sun Jul 22 11:18:00 GMT 2001


ica2_ts@csv.ica.uni-stuttgart.de ("Thiemo Seufer") writes:
> It also adds warnings if one of -march/-mtune/-mcpu is specified
> more than once, what can happen under the hood even for e.g.
> "-m4650 -march=r4000".

Is this really worthy of generating a warning?  In general, isn't the
last option given supposed to 'win'?

I'd think that it might ... cause lots of unnecessary warnings if
e.g. there were a way to set the built-in default configuration (i've
not looked how that's done in the new code), or if somebody did e.g.:

	AS="mips-elf-as -march=r4000"

then later explicitly coded things in their makefiles as:

	$(AS) -march=...




cgd



More information about the Binutils mailing list