Module Name: pcc
Committed By: gmcgarry
Date: Fri Jul 18 14:00:38 UTC 2008
Modified Files:
pcc: Makefile.in configure configure.ac
pcc/cc/cc: Makefile.in
pcc/cc/ccom: Makefile.in
pcc/cc/cpp: Makefile.in
pcc/f77: Makefile.in
pcc/f77/f77: Makefile.in
pcc/f77/fcom: Makefile.in
Log Message:
Cleanup CFLAGS and CPPFLAGS handling. Only pass include paths and defines to
cpp and
flags to cc. Always use CFLAGS. Add ADD_CFLAGS which adds extra warnings to
build.
>From Thorsten Glaser.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pcc/Makefile.in
cvs rdiff -u -r1.48 -r1.49 pcc/configure
cvs rdiff -u -r1.61 -r1.62 pcc/configure.ac
cvs rdiff -u -r1.16 -r1.17 pcc/cc/cc/Makefile.in
cvs rdiff -u -r1.21 -r1.22 pcc/cc/ccom/Makefile.in
cvs rdiff -u -r1.20 -r1.21 pcc/cc/cpp/Makefile.in
cvs rdiff -u -r1.2 -r1.3 pcc/f77/Makefile.in
cvs rdiff -u -r1.6 -r1.7 pcc/f77/f77/Makefile.in
cvs rdiff -u -r1.11 -r1.12 pcc/f77/fcom/Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.