[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.184 and 1.185

version 1.184, Sun Apr 22 20:06:25 2007 UTC version 1.185, Sun Apr 22 22:04:28 2007 UTC
Line 86 
Line 86 
 dnl                     but slower images.],  dnl                     but slower images.],
 dnl PEEPHOLE="$withval")  dnl PEEPHOLE="$withval")
   
 AC_ARG_WITH(ec,  GCC_LD="\$(GCC)"
         AC_HELP_STRING([--with-ec=<arch>],  
                         [  Build gforth for systems without OS.]),  
 [if test "$withval" = "no"; then  
   echo "defining hosted system"  
   EC_MODE="false"    EC_MODE="false"
   EC=""    EC=""
   engine2="engine2.o"    engine2="engine2.o"
Line 98 
Line 94 
   no_dynamic=""    no_dynamic=""
   image_i=""    image_i=""
   signals_o="io.o signals.o"    signals_o="io.o signals.o"
   GCC_LD="\$(GCC)"  
   AC_ARG_WITH(ec,
           AC_HELP_STRING([--with-ec=<arch>],
                           [  Build gforth for systems without OS.]),
   [if test "$withval" = "no"; then
     echo "defining hosted system"
 else  else
   echo "defining standalone system (${withval})"    echo "defining standalone system (${withval})"
   AC_DEFINE(STANDALONE,,[Define if you want a Gforth without OS])    AC_DEFINE(STANDALONE,,[Define if you want a Gforth without OS])


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help