CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/13 20:56:01
Modified files:
share/mk : bsd.lib.mk bsd.prog.mk sys.mk
gnu/lib/libstdc++-v3: Makefile Makefile.common
gnu/lib/libsupc++-v3: Makefile
Log message:
Stop including CFLAGS in CXXFLAGS it creates problems when mixing
C and C++ when wanting to pass flags to only the C compiler.
Tested in a ports bulk build by naddy and the handful of problems
found were fixed by naddy, jca and pascal.
