mingw: ieee-fp implies with-fpe

This commit is contained in:
Daniel Kochmański 2016-12-09 16:46:30 +01:00
parent 67ceb4e7f9
commit 14a849b7fe
2 changed files with 3 additions and 1 deletions

1
src/aclocal.m4 vendored
View file

@ -382,6 +382,7 @@ case "${host_os}" in
mingw*)
thehost='mingw32'
dnl We disable fpe because ECL/MinGW has problems with FE_INEXACT
with_ieee_fp='no'
with_fpe='no'
clibs=''
shared='yes'

3
src/configure vendored
View file

@ -5011,7 +5011,8 @@ LSP_FEATURES="(cons :android ${LSP_FEATURES})"
;;
mingw*)
thehost='mingw32'
with_fpe='no'
with_ieee_fp='no'
with_fpe='no'
clibs=''
shared='yes'
enable_threads='yes'