From b6d1177adfd87f612010bdadd0983a14991d265d Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 22 Jul 1996 22:53:41 -0700 Subject: [PATCH] (ASM_SPEC): Change {% to %{. From-SVN: r12546 --- gcc/config/mips/iris6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index 94c9494dda5..216550a9c13 100644 --- a/gcc/config/mips/iris6.h +++ b/gcc/config/mips/iris6.h @@ -120,7 +120,7 @@ Boston, MA 02111-1307, USA. */ %{gstabs+:-g} %{gstabs+0:-g0} %{gstabs+1:-g1} %{gstabs+2:-g2} %{gstabs+3:-g3} \ %{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=32:-32}%{mabi=o32:-32}%{mabi=n32:-n32}%{mabi=64:-64}%{mabi=n64:-64} \ %{!mabi*:-n32}" #else -- 2.30.2