freebsd-src/gnu/lib
Dimitry Andric b294993d63 To avoid having to explicitly test COMPILER_TYPE for setting
clang-specific or gcc-specific flags, introduce the following new
variables for use in Makefiles:

CFLAGS.clang
CFLAGS.gcc
CXXFLAGS.clang
CXXFLAGS.gcc

In bsd.sys.mk, these get appended to the regular CFLAGS or CXXFLAGS for
the right compiler.

MFC after:	1 week
2013-12-22 17:51:33 +00:00
..
csu To avoid having to explicitly test COMPILER_TYPE for setting 2013-12-22 17:51:33 +00:00
libdialog Update dialog to 1.2-20130923. 2013-09-24 14:52:43 +00:00
libgcc To avoid having to explicitly test COMPILER_TYPE for setting 2013-12-22 17:51:33 +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++ To avoid having to explicitly test COMPILER_TYPE for setting 2013-12-22 17:51:33 +00:00
libsupc++ To avoid having to explicitly test COMPILER_TYPE for setting 2013-12-22 17:51:33 +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