OSDN Git Service

PR bootstrap/12752
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Nov 2003 23:03:56 +0000 (23:03 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Nov 2003 23:03:56 +0000 (23:03 +0000)
* config/mips/t-iris6 (MULTILIB_OPTIONS): Put -mabi=n32 first.
(MULTILIB_OSDIRNAMES): Reorder accordingly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73518 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/mips/t-iris6

index dfb51cf..1fca412 100644 (file)
@@ -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.
index d157b3a..0af6374 100644 (file)
@@ -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