aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
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