]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/commit
[PATCH] MFC r257658:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Nov 2013 20:54:52 +0000 (20:54 +0000)
committerCyberLeo <cyberleo@cyberleo.net>
Mon, 14 Apr 2014 06:54:21 +0000 (01:54 -0500)
commit0c9fb4783481ece6b9052e2854439d6851eac5cb
tree6acfb427322f58b45d79cd655582abe3796aa145
parentee96bfa665c50583de48700364a7f5c235fc5a8d
[PATCH] MFC r257658:

For C++ programs, don't emit any explicit dependency to libstdc++.a or
libc++.a during the early build stages (bootstrap-tools, build-tools,
cross-tools), since it is not possible to know in advance which C++
library is available on the host system.

Instead, just use the bootstrap compiler's built-in default.  This
should eventually make it possible to build stable/9 on head, or on
stable/10, which ship without libstdc++ by default.
share/mk/bsd.prog.mk