# | Line 985 | Line 985 | AC_CHECK_HEADERS(ieee754.h ieeefp.h floa | |
---|---|---|
985 | for fpe in $FPE_CORE_TEST_ORDER; do | |
986 | case $fpe in | |
987 | ieee) | |
988 | < | if echo "$ac_cv_c_float_format" | grep -q IEEE; then |
988 | > | case $ac_cv_c_float_format in |
989 | > | IEEE*) |
990 | FPE_CORE="IEEE fpu core" | |
991 | DEFINES="$DEFINES -DFPU_IEEE" | |
992 | FPUSRCS="../uae_cpu/fpu/fpu_ieee.cpp" | |
993 | break | |
994 | < | fi |
994 | > | ;; |
995 | > | esac |
996 | ;; | |
997 | x86) | |
998 | if [[ ":$HAVE_GCC27:$HAVE_I386:$HAVE_GAS:" = ":yes:yes:yes:" ]]; then |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |