From 0d78176b0258cfb747239d2e7be1176f25765869 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 10 Jul 1996 16:26:05 -0700 Subject: [PATCH] (ASM_SPEC): Correct typos in Jun 18 change. From-SVN: r12423 --- gcc/config/mips/iris6.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index 21bb7e0a33c..eed17a0a183 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -87,7 +87,7 @@ Boston, MA 02111-1307, USA. */ %{gcoff:-g} %{gcoff0:-g0} %{gcoff1:-g1} %{gcoff2:-g2} %{gcoff3:-g3} \ %{membedded-pic} \ %{mabi=32:-32}{%mabi=o32:-32}%{mabi=n32:-n32}%{mabi=64:-64}%{mabi=n64:-64} \ -%{!mabi:-n32}" +%{!mabi*:-n32}" #else /* not GAS */ @@ -106,7 +106,7 @@ Boston, MA 02111-1307, USA. */ %{noasmopt:-O0} %{!noasmopt:%{O:-O2} %{O1:-O2} %{O2:-O2} %{O3:-O3}} \ -g0 -G 0 %{membedded-pic} \ %{mabi=32:-32}%{mabi=o32:-32}%{mabi=n32:-n32}%{mabi=64:-64}%{mabi=n64:-64} \ -%{!mabi:-n32}" +%{!mabi*:-n32}" #endif -- 2.30.2