diff options
author | Janis Johnson <janis187@us.ibm.com> | 2007-03-27 22:14:02 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2007-03-27 22:14:02 +0000 |
commit | 0d74c0ee2f2e9d058b29b956d31d0a95aa41cfa1 (patch) | |
tree | 9c54724a66f9a0767be92409721fef6f72e22d94 /gcc/configure | |
parent | a3bba7679c399a7d7056f212e22fba00b7220a28 (diff) | |
download | gcc-0d74c0ee2f2e9d058b29b956d31d0a95aa41cfa1.tar.gz |
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-x | gcc/configure | 4 |
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 |