* configure.ac: Use .machine power5 not power5x.
* configure: Regenerate.
From-SVN: r107064
+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.
*-*-aix*) conftest_s=' .machine "pwr5x"
.csect .text[PR]
frin 1,1';;
- *) conftest_s=' .machine power5x
+ *) conftest_s=' .machine power5
.text
frin 1,1';;
esac
*-*-aix*) conftest_s=' .machine "pwr5x"
.csect .text[[PR]]
frin 1,1';;
- *) conftest_s=' .machine power5x
+ *) conftest_s=' .machine power5
.text
frin 1,1';;
esac