freebsd-dev/gnu/lib/libsupc++
Dimitry Andric b294993d63 To avoid having to explicitly test COMPILER_TYPE for setting
clang-specific or gcc-specific flags, introduce the following new
variables for use in Makefiles:

CFLAGS.clang
CFLAGS.gcc
CXXFLAGS.clang
CXXFLAGS.gcc

In bsd.sys.mk, these get appended to the regular CFLAGS or CXXFLAGS for
the right compiler.

MFC after:	1 week
2013-12-22 17:51:33 +00:00
..
Makefile To avoid having to explicitly test COMPILER_TYPE for setting 2013-12-22 17:51:33 +00:00
Version.map Fix some missing symbols in the libsupc++ Version.map 2013-06-16 21:15:35 +00:00