freebsd-dev/lib/atf/libatf-c++
Bryan Drewery 215d02b78c Add LIB_CXX so that C++ libraries will use CXX to link.
This fixes C++ libraries not implicitly linking in libc++.  This is
generally not an issue because the final linking with the compiled binary
will involve CXX via PROG_CXX or other means.  It is however
inconsistent with libraries implicitly linking in libc and problematic
for trying to build libraries with '-z defs' to ensure all direct
dependencies are linked in.

libatf-c++ is currently the only consumer of this new feature.

Differential Revision:	https://reviews.freebsd.org/D2039
Reviewed by:	imp
Discussed with:	bapt
MFC after:	2 weeks
Sponsored by:	EMC / Isilon Storage Division
2015-03-17 15:16:36 +00:00
..
tests MFV: Import atf-0.21. 2014-11-01 11:17:54 +00:00
Makefile Add LIB_CXX so that C++ libraries will use CXX to link. 2015-03-17 15:16:36 +00:00
Makefile.inc Build and install the atf tests. 2013-11-08 14:33:41 +00:00