summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-27 22:14:02 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-27 22:14:02 +0000
commit88f382652c080561c01f8cc700540515a8a625bc (patch)
tree9c54724a66f9a0767be92409721fef6f72e22d94 /gcc/configure
parentca0d2b5583d5e28b8e5030a3c0e434f61568a2a0 (diff)
downloadgcc-88f382652c080561c01f8cc700540515a8a625bc.tar.gz
* configure.ac: Fix assembler test for powerpc*-linux decimal float.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123272 138bc75d-0d04-0410-961f-82ee72b054a4
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 fb5885b182f..ae168324de9 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