freebsd-dev/gnu/lib/libsupc++
Dimitry Andric 44acc1e156 After r255321, clang uses libc++ by default. This leads to a lot of
errors when you enable WITH_GNUCXX to build libstdc++, since it will
include C++ headers from the libc++ installation under ${WORLDTMP}, and
those are not compatible with libstdc++ at all.

To fix this, add -stdlib=libstdc++ to CXXFLAGS when building libstdc++
(and its companion libsupc++) with clang.

Approved by:	re (delphij)
2013-09-12 21:24:59 +00:00
..
Makefile After r255321, clang uses libc++ by default. This leads to a lot of 2013-09-12 21:24:59 +00:00
Version.map Fix some missing symbols in the libsupc++ Version.map 2013-06-16 21:15:35 +00:00