/[gcl]/gcl/configure.in
ViewVC logotype

Diff of /gcl/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.192 by mjthomas, Fri Jul 29 03:39:22 2005 UTC revision 1.193 by mjthomas, Mon Aug 1 00:04:14 2005 UTC
# Line 251  case $canonical in Line 251  case $canonical in
251         # the linker.  Set a default otherwise of 2 Mbytes (Windows default).         # the linker.  Set a default otherwise of 2 Mbytes (Windows default).
252         if test "$enable_cssize" == "" ; then         if test "$enable_cssize" == "" ; then
253           enable_cssize=1024*1024*2           enable_cssize=1024*1024*2
        else  
          LD_STACK_FLAGS="-Wl,--stack=$CSSIZE"  
          echo "Linker stack size flags added: $LD_STACK_FLAGS"  
254         fi         fi
        echo "Executable C stack size will be $CSSIZE"  
        AC_DEFINE_UNQUOTED(CSSIZE,$enable_cssize)  
   
255         use=mingw;;         use=mingw;;
256    
257       i*cygwin*)       i*cygwin*)
# Line 2184  AC_SUBST(EXTRA_LOBJS) Line 2178  AC_SUBST(EXTRA_LOBJS)
2178  AC_SUBST(LEADING_UNDERSCORE)  AC_SUBST(LEADING_UNDERSCORE)
2179  AC_SUBST(GNU_LD)  AC_SUBST(GNU_LD)
2180    
2181    LD_STACK_FLAGS="-Wl,--stack=$enable_cssize"
2182  AC_SUBST(LD_STACK_FLAGS)  AC_SUBST(LD_STACK_FLAGS)
2183    
2184  if test -f h/$use.defs  ; then  if test -f h/$use.defs  ; then

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.193

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26