mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-27 11:40:45 -07:00
mingw: ieee-fp implies with-fpe
This commit is contained in:
parent
67ceb4e7f9
commit
14a849b7fe
2 changed files with 3 additions and 1 deletions
1
src/aclocal.m4
vendored
1
src/aclocal.m4
vendored
|
|
@ -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
3
src/configure
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue