OSDN Git Service

* sparc/sol2.h (ASM_CPU_SPEC): Recognize -mcpu=v8plus, not v9.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Mar 1996 22:05:05 +0000 (22:05 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Mar 1996 22:05:05 +0000 (22:05 +0000)
Fix typo in ultrasparc entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11581 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sol2.h

index 9d17688..e291588 100644 (file)
@@ -52,8 +52,8 @@ Boston, MA 02111-1307, USA.  */
 #endif
 #undef ASM_CPU_SPEC
 #define ASM_CPU_SPEC "\
-%{-mcpu=v9:-xarch=v8plus} \
-%{-mcpu=ultrasparc:-xarch=v8plus} \
+%{mcpu=v8plus:-xarch=v8plus} \
+%{mcpu=ultrasparc:-xarch=v8plus} \
 %{!mcpu*:%(asm_default)} \
 "