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

Diff of /gcl/configure.in

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

revision 1.186 by camm, Thu Jun 16 21:42:46 2005 UTC revision 1.187 by camm, Thu Jun 16 21:52:26 2005 UTC
# Line 1252  AC_MSG_RESULT($cstack_direction) Line 1252  AC_MSG_RESULT($cstack_direction)
1252    
1253  ## Don't lower heap start if C stack is below default dbegin, as we're  ## Don't lower heap start if C stack is below default dbegin, as we're
1254  # likely to get more heap this way.  # likely to get more heap this way.
1255  if awk 'END {exit (unsigned long)d<(unsigned long)c ? 0 : 1}'d=$dbegin c=$cstack_address /dev/null ; then  if awk 'END {exit (unsigned long)d<(unsigned long)c ? 0 : 1}' d=$dbegin c=$cstack_address /dev/null ; then
1256    
1257     AC_MSG_CHECKING("finding default linker script")     AC_MSG_CHECKING("finding default linker script")
1258     touch unixport/gcl.script     touch unixport/gcl.script

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187

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