Commit 1e04bfdc by David Edelsohn Committed by David Edelsohn

configure.ac: Use .machine power5 not power5x.

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

From-SVN: r107064
parent 98803730
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> 2005-11-15 Mike Stump <mrs@apple.com>
* c-decl.c (lookup_name_two): Add. * c-decl.c (lookup_name_two): Add.
......
...@@ -15580,7 +15580,7 @@ fi ...@@ -15580,7 +15580,7 @@ fi
*-*-aix*) conftest_s=' .machine "pwr5x" *-*-aix*) conftest_s=' .machine "pwr5x"
.csect .text[PR] .csect .text[PR]
frin 1,1';; frin 1,1';;
*) conftest_s=' .machine power5x *) conftest_s=' .machine power5
.text .text
frin 1,1';; frin 1,1';;
esac esac
......
...@@ -2766,7 +2766,7 @@ foo: nop ...@@ -2766,7 +2766,7 @@ foo: nop
*-*-aix*) conftest_s=' .machine "pwr5x" *-*-aix*) conftest_s=' .machine "pwr5x"
.csect .text[[PR]] .csect .text[[PR]]
frin 1,1';; frin 1,1';;
*) conftest_s=' .machine power5x *) conftest_s=' .machine power5
.text .text
frin 1,1';; frin 1,1';;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment