]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r257658:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Nov 2013 20:54:52 +0000 (20:54 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Nov 2013 20:54:52 +0000 (20:54 +0000)
commit2f8f3c2147a08b1b6e3fb10514ad9470fae1b989
treec62c52e23621ed1096e3af204bcbedd2309fa4b1
parent6ae9c7b0c70810b28ed83700fc23ad1a3978c112
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.

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