aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2007-03-27 22:14:02 +0000
committerJanis Johnson <janis@gcc.gnu.org>2007-03-27 22:14:02 +0000
commit0d74c0ee2f2e9d058b29b956d31d0a95aa41cfa1 (patch)
tree9c54724a66f9a0767be92409721fef6f72e22d94 /gcc/configure
parenta3bba7679c399a7d7056f212e22fba00b7220a28 (diff)
downloadgcc-0d74c0ee2f2e9d058b29b956d31d0a95aa41cfa1.zip
gcc-0d74c0ee2f2e9d058b29b956d31d0a95aa41cfa1.tar.gz
gcc-0d74c0ee2f2e9d058b29b956d31d0a95aa41cfa1.tar.bz2
configure.ac: Fix assembler test for powerpc*-linux decimal float.
* configure.ac: Fix assembler test for powerpc*-linux decimal float. * configure: Regenerate. From-SVN: r123272
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index fb5885b18..ae16832 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -15748,10 +15748,10 @@ fi
case $target in
*-*-aix*) conftest_s=' .machine "pwr6"
.csect .text[PR]
- dadd 1,3';;
+ dadd 1,2,3';;
*) conftest_s=' .machine power6
.text
- dadd 1,3';;
+ dadd 1,2,3';;
esac
echo "$as_me:$LINENO: checking assembler for decimal float support" >&5