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

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.37 by gbeauche, 2005-07-10T15:43:33Z vs.
Revision 1.38 by gbeauche, 2005-07-25T19:46:24Z

# Line 1315 | Line 1315 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
1315        else
1316          DYNGEN_OP_FLAGS="$DYNGEN_OP_FLAGS -malign-functions=0"
1317        fi
1318 <      DYNGEN_OP_FLAGS="$DYNGEN_OP_FLAGS -finline-limit=10000 -fno-exceptions -g0"
1318 >      DYNGEN_OP_FLAGS="$DYNGEN_OP_FLAGS -finline-functions -finline-limit=10000 -fno-exceptions -g0"
1319        if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1320          DYNGEN_OP_FLAGS="$DYNGEN_OP_FLAGS -fno-reorder-blocks -fno-optimize-sibling-calls"
1321        fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines