sol2.h (ASM_CPU_SPEC): Recognize -mcpu=v8plus, not v9.

* sparc/sol2.h (ASM_CPU_SPEC): Recognize -mcpu=v8plus, not v9.
	Fix typo in ultrasparc entry.

From-SVN: r11581
This commit is contained in:
Doug Evans 1996-03-20 22:05:05 +00:00
parent b73c3f2af5
commit 11779f2717

View File

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