]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.
authorJoel Sherrill <joel@OARcorp.com>
Wed, 29 May 2002 17:09:46 +0000 (17:09 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 29 May 2002 17:09:46 +0000 (13:09 -0400)
2002-05-29  Joel Sherrill <joel@OARcorp.com>

        * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.

From-SVN: r54006

gcc/ChangeLog
gcc/config/rs6000/rs6000.h

index afc77be576f86cc635067647457e690e495ed04e..d4e8fa05065e998ad5295024891407ff06fdcbe6 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-29  Joel Sherrill <joel@OARcorp.com>
+
+       * config/rs6000/rs6000.h (ASM_CPU_SPEC): Use -m403 and -m405.
+
 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Use
index 38b89fc501135135f8d041254608adbb07e09370..11ccee2221848b0a5ddfad722ddc2b81ed1b1a22 100644 (file)
@@ -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} \