re PR bootstrap/12752 (irix bootstrap failure - genmultilib)
PR bootstrap/12752 * config/mips/t-iris6 (MULTILIB_OPTIONS): Put -mabi=n32 first. (MULTILIB_OSDIRNAMES): Reorder accordingly. From-SVN: r73518
This commit is contained in:
parent
d1d0c603c4
commit
c4740d5df9
@ -1,3 +1,9 @@
|
||||
2003-11-12 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
PR bootstrap/12752
|
||||
* config/mips/t-iris6 (MULTILIB_OPTIONS): Put -mabi=n32 first.
|
||||
(MULTILIB_OSDIRNAMES): Reorder accordingly.
|
||||
|
||||
2003-11-12 Janis Johnson <janis187@us.ibm.com>
|
||||
|
||||
* rs6000-protos.h (rs6000_initial_elimination_offset): Add.
|
||||
|
@ -1,9 +1,9 @@
|
||||
# ??? If no mabi=X option given, but a mipsX option is, then should deal
|
||||
# with that.
|
||||
MULTILIB_OPTIONS=mabi=32/mabi=n32/mabi=64
|
||||
MULTILIB_OPTIONS=mabi=n32/mabi=32/mabi=64
|
||||
MULTILIB_DIRNAMES=
|
||||
MULTILIB_MATCHES=
|
||||
MULTILIB_OSDIRNAMES=mabi=32 . mabi=64
|
||||
MULTILIB_OSDIRNAMES=. mabi=32 mabi=64
|
||||
|
||||
LIBGCC = stmp-multilib
|
||||
INSTALL_LIBGCC = install-multilib
|
||||
|
Loading…
x
Reference in New Issue
Block a user