From: David Edelsohn Date: Wed, 16 Nov 2005 02:54:55 +0000 (+0000) Subject: configure.ac: Use .machine power5 not power5x. X-Git-Tag: releases/gcc-4.1.0~766 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e04bfdc8a05b9d5d7428a5ea4973d0722e6cd46;p=thirdparty%2Fgcc.git configure.ac: Use .machine power5 not power5x. * configure.ac: Use .machine power5 not power5x. * configure: Regenerate. From-SVN: r107064 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16b1dfc60e29..9e5cf17c6837 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 37d7ac6508ce..f9bb1e9015fa 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 4669488d88a7..169a7cb9c4eb 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