Module Name: pcc
Committed By: gmcgarry
Date: Thu Jun 19 08:11:40 UTC 2008
Modified Files:
pcc/cc/cc: cc.c
Log Message:
Pass some options to the compiler proper:
-Wall
-Wshadow
-Wno-pointer-sign
-fsigned-char
-fno-signed-char
-funsigned-char
-fno-unsigned-char
-fstack-protector
-fno-stack-protector
With -fstack-protector, define __SSP__=1 for preprocessor.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pcc/cc/cc/cc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.