# | Line 1010 | Line 1010 | elif [[ "x$HAVE_GCC30" = "xyes" -a "x$HA | |
---|---|---|
1010 | if [[ "x$HAVE_GAS" = "xyes" ]]; then | |
1011 | ASM_OPTIMIZATIONS="x86-64" | |
1012 | DEFINES="$DEFINES -DX86_64_ASSEMBLY -DOPTIMIZED_FLAGS" | |
1013 | + | JITSRCS="cpuemu1_nf.cpp cpuemu2_nf.cpp cpuemu3_nf.cpp cpuemu4_nf.cpp cpuemu5_nf.cpp cpuemu6_nf.cpp cpuemu7_nf.cpp cpuemu8_nf.cpp $JITSRCS" |
1014 | + | CAN_JIT=yes |
1015 | fi | |
1016 | elif [[ "x$HAVE_GCC27" = "xyes" -a "x$HAVE_SPARC" = "xyes" -a "x$HAVE_GAS" = "xyes" ]]; then | |
1017 | dnl SPARC CPU |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |