(ASM_SPEC): Correct typos in Jun 18 change.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 10 Jul 1996 23:26:05 +0000 (16:26 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 10 Jul 1996 23:26:05 +0000 (16:26 -0700)
From-SVN: r12423

gcc/config/mips/iris6.h

index 21bb7e0a33c2743df3c4a6f50c1964604ab67816..eed17a0a18381f1d1fe3ea2ae92e2584826bbf9f 100644 (file)
@@ -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