Huh, am I still asleep? Actually use the cpuemuX_nf.cpp pattern rather

than the *.s variant.
This commit is contained in:
gbeauche 2002-10-01 09:51:09 +00:00
parent 75de104c92
commit 13e8cb3eec

View File

@ -826,7 +826,7 @@ if [[ "x$HAVE_GCC27" = "xyes" -a "x$HAVE_I386" = "xyes" -a "x$OS_TYPE" != "xfree
if [[ "x$HAVE_GAS" = "xyes" ]]; then
ASM_OPTIMIZATIONS=i386
DEFINES="$DEFINES -DX86_ASSEMBLY -DOPTIMIZED_FLAGS -DSAHF_SETO_PROFITABLE"
JITSRCS="cpuemu1_nf.s cpuemu2_nf.s cpuemu3_nf.s cpuemu4_nf.s cpuemu5_nf.s cpuemu6_nf.s cpuemu7_nf.s cpuemu8_nf.s $JITSRCS"
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"
fi
CAN_JIT=yes
elif [[ "x$HAVE_GCC27" = "xyes" -a "x$HAVE_SPARC" = "xyes" -a "x$HAVE_GAS" = "xyes" ]]; then