The JIT works in Darwin/x86 too.

This commit is contained in:
gbeauche 2005-11-30 21:42:22 +00:00
parent 954643b582
commit dfb7f52abd

View File

@ -1278,6 +1278,9 @@ if [[ "x$EMULATED_PPC" = "xyes" ]]; then
powerpc:mach)
ac_cv_use_dyngen=yes
;;
i?86:mach)
ac_cv_use_dyngen=yes
;;
*:*)
ac_cv_use_dyngen=no
;;