freebsd-src/usr.bin/mkcsmapper
Dimitry Andric b25be9b061 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
..
ldef.h Prevent shadowing. 2013-05-25 15:36:15 +00:00
lex.l Attempt to deal with a compile failure that shows up with gcc, which 2013-07-03 18:25:27 +00:00
Makefile Let iconv build on -HEAD properly. 2013-05-23 18:07:01 +00:00
Makefile.inc MFC r257532 (by adrian): 2013-12-30 20:15:46 +00:00
mkcsmapper.1
yacc.y Prevent shadowing. 2013-05-25 15:36:15 +00:00