diff options
Diffstat (limited to 'cflags.SH')
-rwxr-xr-x | cflags.SH | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -94,16 +94,12 @@ case "$cc" in *g++*) warn="`echo $warn|sed 's/-Wdeclaration-after-statement/ /'`" ;; esac -extra='' +# stdflags currently unused. +stdflags='' -# C and C++ have different rules for const strings; -# without the -fno-const-strings g++ cannot handle our habit -# of mixing char literals and char pointers. -case "$cc" in -*g++*) extra="$extra -fno-const-strings" ;; -esac +extra='' -stdflags='' +# Code to set any extra flags here. echo "Extracting cflags (with variable substitutions)" : This section of the file will have variable substitutions done on it. |