[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.119 and 1.120

version 1.119, Tue Mar 11 21:18:32 2003 UTC version 1.120, Sun May 4 08:28:28 2003 UTC
Line 295 
Line 295 
 AC_MSG_RESULT($ac_nogcse)  AC_MSG_RESULT($ac_nogcse)
   
 # Try if GCC understands -fno-strict-aliasing  # Try if GCC understands -fno-strict-aliasing
   
 AC_MSG_CHECKING([if $CC understands -fno-strict-aliasing])  AC_MSG_CHECKING([if $CC understands -fno-strict-aliasing])
 CFLAGS_1="$CFLAGS"  CFLAGS_1="$CFLAGS"
 CFLAGS="$CFLAGS -fno-strict-aliasing"  CFLAGS="$CFLAGS -fno-strict-aliasing"
Line 304 
Line 303 
 AC_MSG_RESULT($ac_nostrictaliasing)  AC_MSG_RESULT($ac_nostrictaliasing)
   
 # Try if GCC understands -fno-cross-jump  # Try if GCC understands -fno-cross-jump
   
 AC_MSG_CHECKING([if $CC understands -fno-cross-jump])  AC_MSG_CHECKING([if $CC understands -fno-cross-jump])
 CFLAGS_1="$CFLAGS"  CFLAGS_1="$CFLAGS"
 CFLAGS="$CFLAGS -fno-cross-jump"  CFLAGS="$CFLAGS -fno-cross-jump"
Line 327 
Line 325 
         *darwin*)          *darwin*)
                 #Darwin uses some funny preprocessor by default; eliminate it:                  #Darwin uses some funny preprocessor by default; eliminate it:
                 AC_MSG_NOTICE([using -traditional-cpp on Darwin])                  AC_MSG_NOTICE([using -traditional-cpp on Darwin])
                 CFLAGS="$CFLAGS -traditional-cpp"                  CFLAGS="$CFLAGS -no-cpp-precomp"
                 DIRSEP="/"                  DIRSEP="/"
                 ;;                  ;;
         *)          *)


Generate output suitable for use with a patch program
Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help