]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r253917:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 12 Nov 2013 18:43:35 +0000 (18:43 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 12 Nov 2013 18:43:35 +0000 (18:43 +0000)
commit588f3d628df871ba296be657535b4375d0613922
tree0eded278a8b8660d11a78c3483b62d8e66fb68db
parent3c87790279d80ef90f52887183af3d81fee31c4a
MFC r253917:

After r253839, which modifies ld's behaviour to not automatically pull
in needed libraries, change libc++.so into a linker script, so it can
automatically pull in libcxxrt.so.

[Note to stable/9 users: the above statement about ld's behaviour is not
(yet) applicable to the version of ld in 9.x, but this change will help
when building C++ programs with libc++, in combination with the ports
version of ld.]

git-svn-id: svn://svn.freebsd.org/base/stable/9@258060 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc++/Makefile
lib/libc++/libc++.ldscript [new file with mode: 0644]