Commit 11779f27 by Doug Evans

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
parent b73c3f2a
......@@ -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)} \
"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment