aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2005-11-16 02:54:55 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2005-11-15 21:54:55 -0500
commit1e04bfdc8a05b9d5d7428a5ea4973d0722e6cd46 (patch)
tree39261a9da66164248045fb5495e28f997c4b78e5 /gcc/configure
parent988037306d78b6a4c12e5ed61fc023694ceb3857 (diff)
downloadgcc-1e04bfdc8a05b9d5d7428a5ea4973d0722e6cd46.zip
gcc-1e04bfdc8a05b9d5d7428a5ea4973d0722e6cd46.tar.gz
gcc-1e04bfdc8a05b9d5d7428a5ea4973d0722e6cd46.tar.bz2
configure.ac: Use .machine power5 not power5x.
* configure.ac: Use .machine power5 not power5x. * configure: Regenerate. From-SVN: r107064
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 37d7ac6..f9bb1e9 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