# | Line 872 | Line 872 | if [[ "x$WANT_JIT" = "xyes" -a "x$CAN_JI | |
---|---|---|
872 | WANT_JIT_DEBUG=no | |
873 | fi | |
874 | fi | |
875 | + | |
876 | + | dnl IEEE core is the only FPU emulator to use with the JIT compiler |
877 | + | case $FPE_CORE_TEST_ORDER in |
878 | + | ieee*) ;; |
879 | + | *) AC_MSG_WARN([Forcing use of the IEEE FPU core, as the JIT compiler supports only this one.]) ;; |
880 | + | esac |
881 | + | FPE_CORE_TEST_ORDER="ieee" |
882 | else | |
883 | WANT_JIT=no | |
884 | WANT_JIT_DEBUG=no |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |