From 98128ff66f8c5356e8d5c0f8d904e9f20e1db895 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 31 May 1996 11:59:11 -0700 Subject: [PATCH] (MULTILIB_OPTIONS): Add -mabi=n32 support. From-SVN: r12129 --- gcc/config/mips/t-iris6 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/config/mips/t-iris6 b/gcc/config/mips/t-iris6 index e1a4d50ce41..9773eb316e6 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= -- 2.30.2