freebsd-skq/sys/boot/ficl
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
..
amd64 Add a version of the FreeBSD bootloader which can run in userland, packaged 2011-06-30 16:08:56 +00:00
arm Fix two broken macros. 2013-04-07 05:40:49 +00:00
i386 Fix clang warnings. 2012-02-05 20:00:39 +00:00
ia64
mips
powerpc
softwords
sparc64
dict.c
ficl.c
ficl.h
fileaccess.c Fix clang warnings. 2012-02-05 20:00:39 +00:00
float.c
loader.c Fix the freaddir implementation for the stand-alone interpreter. 2013-08-09 19:10:56 +00:00
Makefile MFC r257532 (by adrian): 2013-12-30 20:15:46 +00:00
math64.c
math64.h
prefix.c
search.c
stack.c
testmain.c
tools.c The CELL fields can be various integer types depending on the platform 2013-04-07 05:53:42 +00:00
unix.c
vm.c
words.c Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00