From 1e04bfdc8a05b9d5d7428a5ea4973d0722e6cd46 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 16 Nov 2005 02:54:55 +0000 Subject: [PATCH] configure.ac: Use .machine power5 not power5x. * configure.ac: Use .machine power5 not power5x. * configure: Regenerate. From-SVN: r107064 --- gcc/ChangeLog | 5 +++++ gcc/configure | 2 +- gcc/configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16b1dfc60e2..9e5cf17c683 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-11-15 David Edelsohn + + * configure.ac: Use .machine power5 not power5x. + * configure: Regenerate. + 2005-11-15 Mike Stump * c-decl.c (lookup_name_two): Add. 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 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