Home | History | Annotate | Line # | Download | only in stand
      1 #	$NetBSD: Makefile.booters,v 1.10 2016/09/17 18:08:33 christos Exp $
      2 
      3 NOPIE=	# defined
      4 NOSSP=	# defined
      5 S?=	${.CURDIR}/../../../..
      6 
      7 CFLAGS+= -ffreestanding
      8 CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
      9 CFLAGS+= -Wno-pointer-sign
     10 CFLAGS+= -Werror
     11 
     12 CPPFLAGS+=	-D__daddr_t=int32_t
     13 
     14 .include <bsd.klinks.mk>
     15 
     16 # XXX SHOULD NOT NEED TO DEFINE THESE!
     17 LIBCRT0=
     18 LIBCRTI=
     19 LIBC=
     20 LIBCRTBEGIN=
     21 LIBCRTEND=
     22