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

Comparing SheepShaver/src/Unix/configure.in (file contents):
Revision 1.11 by gbeauche, 2003-11-27T11:09:38Z vs.
Revision 1.12 by gbeauche, 2003-12-03T10:52:48Z

# Line 583 | Line 583 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
583          fi
584          ;;
585        esac
586 <      DYNGEN_OP_FLAGS="$DYNGEN_OP_FLAGS -finline-limit=2000"
586 >      DYNGEN_OP_FLAGS="$DYNGEN_OP_FLAGS -finline-limit=10000"
587        if [[ "x$HAVE_GCC30" = "xyes" ]]; then
588          DYNGEN_OP_FLAGS="$DYNGEN_OP_FLAGS -fno-reorder-blocks -fno-optimize-sibling-calls"
589        fi
# Line 627 | Line 627 | fi
627   AC_TRANSLATE_DEFINE(HAVE_STATIC_DATA_EXEC, "$ac_cv_have_static_data_exec",
628    [Define if your system marks static data pages as executable.])
629  
630 + if [[ "x$WANT_JIT" = "xyes" ]]; then
631 +  CPPFLAGS="$CPPFLAGS -DUSE_JIT"
632 + fi
633 +
634   dnl Generate Makefile.
635   AC_SUBST(DYNGENSRCS)
636   AC_SUBST(DYNGEN_OP_FLAGS)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines