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.9 by gbeauche, 2002-10-01T09:34:47Z vs.
Revision 1.10 by gbeauche, 2002-10-01T09:51:09Z

# Line 826 | Line 826 | if [[ "x$HAVE_GCC27" = "xyes" -a "x$HAVE
826    if [[ "x$HAVE_GAS" = "xyes" ]]; then
827      ASM_OPTIMIZATIONS=i386
828      DEFINES="$DEFINES -DX86_ASSEMBLY -DOPTIMIZED_FLAGS -DSAHF_SETO_PROFITABLE"
829 <    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"
829 >    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"
830    fi
831    CAN_JIT=yes
832   elif [[ "x$HAVE_GCC27" = "xyes" -a "x$HAVE_SPARC" = "xyes" -a "x$HAVE_GAS" = "xyes" ]]; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines