]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r257658 (modified to apply to stable/8):
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 18 Sep 2014 06:40:53 +0000 (06:40 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 18 Sep 2014 06:40:53 +0000 (06:40 +0000)
commit3e7ccf13d1741ac1b21fc93acf03b0a89c3e84d6
tree88ce53fd3af5d3b5e02bd9fa41340d9367d34295
parent57eb695baf2bbc64a49813e38f671be48fa3598f
MFC r257658 (modified to apply to stable/8):

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.

[Note: this should get the stable/8 tinderbox at least a bit further in
buildworld.]

git-svn-id: svn://svn.freebsd.org/base/stable/8@271740 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/mk/bsd.prog.mk