diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-07-22 22:53:41 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-07-22 22:53:41 -0700 |
commit | b6d1177adfd87f612010bdadd0983a14991d265d (patch) | |
tree | 6e8b8af5a3175cd13804ff1b14409808d8f76657 /gcc | |
parent | ba7b35df7a028e664d54a302bcbb73feca32eafe (diff) | |
download | gcc-b6d1177adfd87f612010bdadd0983a14991d265d.zip gcc-b6d1177adfd87f612010bdadd0983a14991d265d.tar.gz gcc-b6d1177adfd87f612010bdadd0983a14991d265d.tar.bz2 |
(ASM_SPEC): Change {% to %{.
From-SVN: r12546
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/iris6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/iris6.h b/gcc/config/mips/iris6.h index 94c9494..216550a 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 |