diff options
Diffstat (limited to 'gcc/config/mips/t-iris6')
| -rw-r--r-- | gcc/config/mips/t-iris6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/t-iris6 b/gcc/config/mips/t-iris6 index d157b3a..0af6374 100644 --- a/gcc/config/mips/t-iris6 +++ b/gcc/config/mips/t-iris6 @@ -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 |
