freebsd-skq/gnu/lib
dim 5fce04bd49 MFC r257532 (by adrian):
Fix this build for clang.

MFC r259730:

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 r259913:

For libstand and sys/boot, split off gcc-only flags into CFLAGS.gcc.

MFC r259927:

Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2's
Makefile.

Pointy hat to:	dim
2013-12-30 20:15:46 +00:00
..
csu MFC r257532 (by adrian): 2013-12-30 20:15:46 +00:00
libdialog Update dialog to 1.2-20130923. 2013-09-24 14:52:43 +00:00
libgcc MFC r257532 (by adrian): 2013-12-30 20:15:46 +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++ MFC r257532 (by adrian): 2013-12-30 20:15:46 +00:00
libsupc++ MFC r257532 (by adrian): 2013-12-30 20:15:46 +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