summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/stand/Makefile.booters
blob: acf0552d388a4ff86f4d5662d26d3101c549663e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#	$NetBSD: Makefile.booters,v 1.10 2016/09/17 18:08:33 christos Exp $

NOPIE=	# defined
NOSSP=	# defined
S?=	${.CURDIR}/../../../..

CFLAGS+= -ffreestanding
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
CFLAGS+= -Wno-pointer-sign
CFLAGS+= -Werror

CPPFLAGS+=	-D__daddr_t=int32_t

.include <bsd.klinks.mk>

# XXX SHOULD NOT NEED TO DEFINE THESE!
LIBCRT0=
LIBCRTI=
LIBC=
LIBCRTBEGIN=
LIBCRTEND=