freebsd-skq/sys/boot/userboot
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
..
ficl MFC r257532 (by adrian): 2013-12-30 20:15:46 +00:00
libstand MFC r257532 (by adrian): 2013-12-30 20:15:46 +00:00
test Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob 2013-09-29 20:20:17 +00:00
userboot Use MK_SSP=no after including bsd.own.mk to disable SSP instead of user-knob 2013-09-29 20:20:17 +00:00
Makefile
userboot.h Add a callback function to userboot.so to fetch a list of environment 2012-11-12 22:38:54 +00:00