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:
parent
b73c3f2af5
commit
11779f2717
@ -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)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user