]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Use .machine power5 not power5x.
authorDavid Edelsohn <edelsohn@gnu.org>
Wed, 16 Nov 2005 02:54:55 +0000 (02:54 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 16 Nov 2005 02:54:55 +0000 (21:54 -0500)
        * configure.ac: Use .machine power5 not power5x.
        * configure: Regenerate.

From-SVN: r107064

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 16b1dfc60e2905c851138669e6c55a15a2593aab..9e5cf17c6837d531f262a194fc910d605863a1a7 100644 (file)
@@ -1,3 +1,8 @@
+2005-11-15  David Edelsohn  <edelsohn@gnu.org>
+
+       * configure.ac: Use .machine power5 not power5x.
+       * configure: Regenerate.
+
 2005-11-15  Mike Stump  <mrs@apple.com>
 
        * c-decl.c (lookup_name_two): Add.
index 37d7ac6508cedf8fcd9f316d99215b70097cf619..f9bb1e9015fabada723235510cc376ffe3397b88 100755 (executable)
@@ -15580,7 +15580,7 @@ fi
       *-*-aix*) conftest_s='   .machine "pwr5x"
        .csect .text[PR]
        frin 1,1';;
-      *) conftest_s='  .machine power5x
+      *) conftest_s='  .machine power5
        .text
        frin 1,1';;
     esac
index 4669488d88a7b1151c54f8a024b67ae847cde054..169a7cb9c4eb7a564015543a13b625151ad2ddfd 100644 (file)
@@ -2766,7 +2766,7 @@ foo:      nop
       *-*-aix*) conftest_s='   .machine "pwr5x"
        .csect .text[[PR]]
        frin 1,1';;
-      *) conftest_s='  .machine power5x
+      *) conftest_s='  .machine power5
        .text
        frin 1,1';;
     esac