]> 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:17:02 +0000 (17:17 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 29 May 2002 17:17:02 +0000 (13:17 -0400)
2002-05-29  Joel Sherrill <joel@OARcorp.com>

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

From-SVN: r54008

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

index 88df469632d45f6908334cc12bc41f5f99ebdc5c..08ddb875b17a16dea73347d651d53c16bb4df0c1 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  Hans-Peter Nilsson  <hp@axis.com>
 
        PR target/6838
index 9ade5c6fd0af387487f179911746781325ad7f5a..8c77dd558c063adf851f1249b5c4c523f310c26b 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} \