ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/configure.ac
(Generate patch)

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.7 by gbeauche, 2002-09-18T11:41:56Z vs.
Revision 1.8 by gbeauche, 2002-09-18T13:06:49Z

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines