Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/mk



Module Name:    src
Committed By:   mrg
Date:           Sun Jul 27 14:49:24 UTC 2003

Modified Files:
        src/share/mk: bsd.dep.mk bsd.lib.mk bsd.own.mk bsd.prog.mk

Log Message:
introduce a new $CPPFLAG_ISYSTEMXX that is used to reference c++ system
includes.  for GCC3, set this to -I instead of -isystem.

XXX this should really be either not required or a -isystem-cxx, but for
now this is required to build libstdc++-v3, which otherwise complains
heavily about STL headers not being C code(!)


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/share/mk/bsd.dep.mk
cvs rdiff -r1.224 -r1.225 src/share/mk/bsd.lib.mk
cvs rdiff -r1.345 -r1.346 src/share/mk/bsd.own.mk
cvs rdiff -r1.174 -r1.175 src/share/mk/bsd.prog.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index