[PATCH] MIPS gas/ld test suite portability fixes

Eric Christopher echristo@redhat.com
Wed Feb 23 08:32:00 GMT 2005


> 
> It is not a guess in this case, and gcc uses the from-abi hack to
> figure it out correctly. Without it, e.g.
> 
> 	gcc -mabi=64
> 
> would behave differently depending on its configuration. That's surely
> counterintuitive and adds e.g. more breakage potential to Makefile
> portability.

As long as the arch is passed along as 'from-abi' I'm ok with changing
it. The problem with allowing people to just put -mabi=64 on a, say,
mips-linux-gnu compiler is that they may expect it's giving them, say,
mips4 code (I've heard it) and not mips3 code as you'd want to make it.

Having it error and make people be specific is the best bet I think, or
"from-abi" - at least that way they know that they're getting what we
choose :) As a note, we should probably document what "from-abi" is
giving people.

-eric



More information about the Binutils mailing list