summaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-16 02:54:55 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-16 02:54:55 +0000
commit015fab101976eb4dac66435b81e4958619fa652b (patch)
tree39261a9da66164248045fb5495e28f997c4b78e5 /gcc/configure.ac
parent799f877ece467fd36113dc6306a33e25f88f3750 (diff)
downloadgcc-015fab101976eb4dac66435b81e4958619fa652b.tar.gz
* configure.ac: Use .machine power5 not power5x.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107064 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 4669488d88a..169a7cb9c4e 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -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