summaryrefslogtreecommitdiff
path: root/gcc/configure
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
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')
-rwxr-xr-xgcc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure b/gcc/configure
index 37d7ac6508c..f9bb1e9015f 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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