diff options
author | DJ Delorie <dj@redhat.com> | 2010-09-10 23:17:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-09-10 23:17:28 +0000 |
commit | 9ec3c24d955c32c101fc9f630906622f7919d7f4 (patch) | |
tree | 3be8370cb2e4045c20a422805cd04b92dae2d885 /libdecnumber/configure | |
parent | 57cf60a5bb3ca7d6bc14af2db2c9696707e26ccb (diff) | |
download | gdb-9ec3c24d955c32c101fc9f630906622f7919d7f4.zip gdb-9ec3c24d955c32c101fc9f630906622f7919d7f4.tar.gz gdb-9ec3c24d955c32c101fc9f630906622f7919d7f4.tar.bz2 |
merge from gcc
Diffstat (limited to 'libdecnumber/configure')
-rwxr-xr-x | libdecnumber/configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libdecnumber/configure b/libdecnumber/configure index f94f680..f69dd44 100755 --- a/libdecnumber/configure +++ b/libdecnumber/configure @@ -4602,7 +4602,9 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'." "$LINENO" 5 ;; else case $target in - powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux*) + powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \ + i?86*-*-mingw* | x86_64*-*-mingw* | \ + i?86*-*-cygwin*) enable_decimal_float=yes ;; *) |