configure.ac: Use .machine power5 not power5x.

* configure.ac: Use .machine power5 not power5x.
        * configure: Regenerate.

From-SVN: r107064
This commit is contained in:
David Edelsohn 2005-11-16 02:54:55 +00:00 committed by David Edelsohn
parent 988037306d
commit 1e04bfdc8a
3 changed files with 7 additions and 2 deletions

View 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.

2
gcc/configure vendored
View File

@ -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

View 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