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.40 by gbeauche, 2005-11-30T00:02:25Z

# Line 1 | Line 1
1   dnl Process this file with autoconf to produce a configure script.
2   dnl Written in 2002 by Christian Bauer
3  
4 < AC_INIT([SheepShaver], 2.2, [Christian.Bauer@uni-mainz.de], SheepShaver)
4 > AC_INIT([SheepShaver], 2.3, [Christian.Bauer@uni-mainz.de], SheepShaver)
5   AC_CONFIG_SRCDIR(main_unix.cpp)
6   AC_PREREQ(2.52)
7   AC_CONFIG_HEADER(config.h)
# Line 1235 | Line 1235 | if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1235    CFLAGS="$SAVED_CFLAGS"
1236   fi
1237  
1238 < dnl Add -mdynamic-no-pic for MacOS X
1239 < if [[ "x$HAVE_GCC30" = "xyes" ]]; then
1238 > dnl Add -mdynamic-no-pic for MacOS X (XXX icc10 will support MacOS X)
1239 > if [[ "x$HAVE_GCC30" = "xyes" -a "x$HAVE_ICC" = "xno" ]]; then
1240    SAVED_CFLAGS="$CFLAGS"
1241    CFLAGS="$CFLAGS -mdynamic-no-pic"
1242    AC_CACHE_CHECK([whether the compiler supports -mdynamic-no-pic],
# 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