From 8e3f41e725238fdc0f7d8ba1a5ef6f1a27be72e3 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 20 Dec 1995 17:05:26 +0000 Subject: Make AIX4 use -mcpu=common by default; add -mtune= From-SVN: r10820 --- gcc/config/rs6000/eabile.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'gcc/config/rs6000/eabile.h') diff --git a/gcc/config/rs6000/eabile.h b/gcc/config/rs6000/eabile.h index 430660b..06f8b1e 100644 --- a/gcc/config/rs6000/eabile.h +++ b/gcc/config/rs6000/eabile.h @@ -43,7 +43,9 @@ Boston, MA 02111-1307, USA. */ %{mno-powerpc: %{!mpower: %{!mpower2: -D_ARCH_COM}}} \ %{!mno-powerpc: -D_ARCH_PPC}} \ %{mcpu=common: -D_ARCH_COM} \ +%{mcpu=rs6000: -D_ARCH_PWR} \ %{mcpu=power: -D_ARCH_PWR} \ +%{mcpu=power2: -D_ARCH_PWR2} \ %{mcpu=powerpc: -D_ARCH_PPC} \ %{mcpu=rios: -D_ARCH_PWR} \ %{mcpu=rios1: -D_ARCH_PWR} \ @@ -52,11 +54,7 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc1: -D_ARCH_PWR} \ %{mcpu=403: -D_ARCH_PPC} \ %{mcpu=601: -D_ARCH_PPC -D_ARCH_PWR} \ -%{mcpu=602: -D_ARCH_PPC} \ -%{mcpu=603: -D_ARCH_PPC} \ -%{mcpu=603e: -D_ARCH_PPC} \ -%{mcpu=604: -D_ARCH_PPC} \ -%{mcpu=620: -D_ARCH_PPC}" +%{mcpu=6*: -D_ARCH_PPC}" /* Define this macro as a C expression for the initializer of an array of string to tell the driver program which options are -- cgit v1.1