diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-05-31 11:59:11 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-05-31 11:59:11 -0700 |
commit | 98128ff66f8c5356e8d5c0f8d904e9f20e1db895 (patch) | |
tree | ddc544ad01b064804577853dce1a9d51f492cc7a | |
parent | ee76ea6459dfa745ff9fec74e4ff1b148ae36cff (diff) | |
download | gcc-98128ff66f8c5356e8d5c0f8d904e9f20e1db895.zip gcc-98128ff66f8c5356e8d5c0f8d904e9f20e1db895.tar.gz gcc-98128ff66f8c5356e8d5c0f8d904e9f20e1db895.tar.bz2 |
(MULTILIB_OPTIONS): Add -mabi=n32 support.
From-SVN: r12129
-rw-r--r-- | gcc/config/mips/t-iris6 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/mips/t-iris6 b/gcc/config/mips/t-iris6 index e1a4d50..9773eb3 100644 --- a/gcc/config/mips/t-iris6 +++ b/gcc/config/mips/t-iris6 @@ -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= |