From 1e04bfdc8a05b9d5d7428a5ea4973d0722e6cd46 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 16 Nov 2005 02:54:55 +0000 Subject: configure.ac: Use .machine power5 not power5x. * configure.ac: Use .machine power5 not power5x. * configure: Regenerate. From-SVN: r107064 --- gcc/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/configure') 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 -- cgit v1.1