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] MIPS gas: Allow simultan use of -mpu amd -mipsXagain


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


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