freebsd-dev/lib/atf
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
..
libatf-c MFV: Import atf-0.21. 2014-11-01 11:17:54 +00:00
libatf-c++ Add LIB_CXX so that C++ libraries will use CXX to link. 2015-03-17 15:16:36 +00:00
tests Make bsd.test.mk the only public mk fragment for the building of tests. 2014-03-14 08:56:19 +00:00
common.mk MFV: Import atf-0.21. 2014-11-01 11:17:54 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
Makefile.inc MFV: Import atf-0.21. 2014-11-01 11:17:54 +00:00