From 11779f2717ab39097a022312865f700714312659 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 20 Mar 1996 22:05:05 +0000 Subject: [PATCH] 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 --- gcc/config/sparc/sol2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 9d176889a10..e291588269e 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -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)} \ " -- 2.30.2