From: Joel Sherrill Date: Wed, 29 May 2002 17:09:46 +0000 (+0000) Subject: rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405. X-Git-Tag: releases/gcc-3.3.0~4733 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61a8515c94ea4a9524e708d7a6e2a172d7cbd48e;p=thirdparty%2Fgcc.git rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405. 2002-05-29 Joel Sherrill * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405. From-SVN: r54006 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index afc77be576f8..d4e8fa05065e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-29 Joel Sherrill + + * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405. + 2002-05-29 Jason Thorpe * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Use diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 38b89fc50113..11ccee222184 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -105,8 +105,8 @@ Boston, MA 02111-1307, USA. */ %{mcpu=rsc: -mpwr} \ %{mcpu=rsc1: -mpwr} \ %{mcpu=401: -mppc} \ -%{mcpu=403: -mppc} \ -%{mcpu=405: -mppc} \ +%{mcpu=403: -m403} \ +%{mcpu=405: -m405} \ %{mcpu=505: -mppc} \ %{mcpu=601: -m601} \ %{mcpu=602: -mppc} \