freebsd-dev/gnu/lib
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
..
csu Add compiler support for the ARM EABI. 2013-01-17 05:56:28 +00:00
libdialog Bump shlib for dialog because ABI has changed when version 1.2 was imported 2013-06-23 21:59:52 +00:00
libgcc Enable libcompiler-rt on MIPS. 2013-04-20 14:44:28 +00:00
libgcov Add compiler support for the ARM EABI. 2013-01-17 05:56:28 +00:00
libgomp Turn on TLS support for arm on here as it is supported since r231618/ 2012-06-14 20:27:28 +00:00
libreadline Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as 2010-08-12 20:46:49 +00:00
libregex Connect libgnuregex 2.17 to the build. 2013-06-05 21:31:06 +00:00
libssp Second attempt at eliminating .text relocations in shared libraries 2009-07-14 21:19:13 +00:00
libstdc++ After r255321, clang uses libc++ by default. This leads to a lot of 2013-09-12 21:24:59 +00:00
libsupc++ After r255321, clang uses libc++ by default. This leads to a lot of 2013-09-12 21:24:59 +00:00
Makefile On platforms where clang is the default compiler, don't build gcc or libstdc++. 2013-09-06 20:08:03 +00:00
Makefile.inc