(MULTILIB_OPTIONS): Add -mabi=n32 support.
From-SVN: r12129
This commit is contained in:
parent
ee76ea6459
commit
98128ff66f
@ -3,7 +3,10 @@
|
||||
LIBGCC1 =
|
||||
CROSS_LIBGCC1 =
|
||||
|
||||
MULTILIB_OPTIONS=mips1/mips2/mips3/mips4
|
||||
# ??? If no mabi=X option given, but a mipsX option is, then should deal
|
||||
# with that.
|
||||
# ??? mabi=32 is deliberately left off the list because it doesn't work yet.
|
||||
MULTILIB_OPTIONS=mabi=n32/mabi=64
|
||||
MULTILIB_DIRNAMES=
|
||||
MULTILIB_MATCHES=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user