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

Diff of /gcl/configure.in

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

revision 1.133 by camm, Tue Dec 2 15:17:05 2003 UTC revision 1.134 by camm, Tue Dec 2 15:42:57 2003 UTC
# Line 375  fi Line 375  fi
375  if test -f /proc/sys/kernel/exec-shield ; then  if test -f /proc/sys/kernel/exec-shield ; then
376          exec_stat=`cat /proc/sys/kernel/exec-shield`          exec_stat=`cat /proc/sys/kernel/exec-shield`
377          if test "$exec_stat" != "0" ; then          if test "$exec_stat" != "0" ; then
378                  TCFLAGS="$TCFLAGS -Wa,--execstack"                  # CFLAGS here to hopefully cover the DBEGIN routine below
379                    CFLAGS="$CFLAGS -Wa,--execstack"
380          fi          fi
381  fi  fi
382    

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134

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