]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
Merge r233749, building libsupc++ as a shared library and making libstdc++ a
authortheraven <theraven@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 23 May 2012 09:10:46 +0000 (09:10 +0000)
committertheraven <theraven@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 23 May 2012 09:10:46 +0000 (09:10 +0000)
commit404f5c7dbd77b63c8febb77e55d2eb646f7efb02
tree5b0b1b2048e4bc95933394a7900a12ffbea93777
parenta8cef9c4881c82972a55e21902d1c509cf24f94c
Merge r233749, building libsupc++ as a shared library and making libstdc++ a
filter library.

It should now be possible to build applications on 9-STABLE that link against
both libc++ and libstdc++ and to test libcxxrt with libstdc++.

If you wish to test libcxxrt, please add this to your /etc/libmap.conf:

libsupc++.so.1  libcxxrt.so.1

If you wish to test libc++, add -std=libc++ to your compile and link flags for
your favourite C++ applications and / or libraries.

git-svn-id: svn://svn.freebsd.org/base/stable/9@235825 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
gnu/lib/libstdc++/Makefile
gnu/lib/libsupc++/Makefile
gnu/lib/libsupc++/Version.map [new file with mode: 0644]