configure.ac: Use .machine power5 not power5x.
* configure.ac: Use .machine power5 not power5x. * configure: Regenerate. From-SVN: r107064
This commit is contained in:
parent
988037306d
commit
1e04bfdc8a
3 changed files with 7 additions and 2 deletions
|
@ -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
2
gcc/configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue