]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Emit the correct standard library dependency line for C++ programs. In
authordes <des@FreeBSD.org>
Mon, 9 Sep 2013 21:18:16 +0000 (21:18 +0000)
committerdes <des@FreeBSD.org>
Mon, 9 Sep 2013 21:18:16 +0000 (21:18 +0000)
commit980d9d1fc0bf3e302c44772111a4c1edeaeb55e6
treeeff6b0c5f0fea123ca2b74befe6d80f32f42b974
parent504259487c661af075cec8eecf4c7b1362182f0f
Emit the correct standard library dependency line for C++ programs.  In
the CLANG_IS_CC case, the default is now libc++.  Only use libstdc++ if
!CLANG_IS_CC or it was explicitly requested in CXXFLAGS.

Submitted by: theraven
Approved by: re (gjb)
share/mk/bsd.prog.mk