aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1996-07-10 16:26:05 -0700
committerJim Wilson <wilson@gcc.gnu.org>1996-07-10 16:26:05 -0700
commit0d78176b0258cfb747239d2e7be1176f25765869 (patch)
tree61599b48bdcbc46021f236e6595f546052b0f9b4 /gcc
parent6fc489508d9adb71cc950e0168a601b7c2a0d2ad (diff)
downloadgcc-0d78176b0258cfb747239d2e7be1176f25765869.zip
gcc-0d78176b0258cfb747239d2e7be1176f25765869.tar.gz
gcc-0d78176b0258cfb747239d2e7be1176f25765869.tar.bz2
(ASM_SPEC): Correct typos in Jun 18 change.
From-SVN: r12423
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/iris6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h
index 21bb7e0..eed17a0 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