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

Diff of /gcl/configure.in

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

revision 1.112.4.1.2.2.2.16 by camm, Mon Nov 17 18:05:48 2003 UTC revision 1.112.4.1.2.2.2.17 by camm, Tue Dec 2 15:15:17 2003 UTC
# Line 379  TCFLAGS="-Wall -DVOL=volatile -fsigned-c Line 379  TCFLAGS="-Wall -DVOL=volatile -fsigned-c
379  if test "$GCC" = "yes" ; then  if test "$GCC" = "yes" ; then
380          TCFLAGS="$TCFLAGS -fwritable-strings -pipe"          TCFLAGS="$TCFLAGS -fwritable-strings -pipe"
381  fi  fi
382    if test -f /proc/sys/kernel/exec-shield ; then
383            exec_stat=`cat /proc/sys/kernel/exec-shield`
384            if test "$exec_stat" != "0" ; then
385                    TCFLAGS="$TCFLAGS -Wa,--execstack"
386            fi
387    fi
388    
389  TO3FLAGS=""  TO3FLAGS=""
390  TO2FLAGS=""  TO2FLAGS=""
391  if test "$enable_debug" = "yes" ; then  if test "$enable_debug" = "yes" ; then
392          TCFLAGS="$TCFLAGS -g"          TCFLAGS="$TCFLAGS -g"
393          # for subconfigurations          # for subconfigurations
394          CFLAGS=-g          CFLAGS="$CFLAGS -g"
395  else  else
396          TO3FLAGS="-O3 -fomit-frame-pointer"          TO3FLAGS="-O3 -fomit-frame-pointer"
397          TO2FLAGS="-O"          TO2FLAGS="-O"

Legend:
Removed from v.1.112.4.1.2.2.2.16  
changed lines
  Added in v.1.112.4.1.2.2.2.17

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