1 # $NetBSD: Makefile.booters,v 1.5 2016/09/17 18:09:24 christos Exp $ 2 3 NOPIE= # defined 4 NOSSP= # defined 5 BINDIR= /usr/mdec/${BTYPE:tl} 6 7 DBG= 8 COPTS= -Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce -fno-unwind-tables 9 10 CPPFLAGS+= -D_STANDALONE -DHEAP_VARIABLE 11 CPPFLAGS+= -D__daddr_t=int32_t 12 13 CFLAGS+= -ffreestanding 14 CFLAGS+= -Wall 15 CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith 16 CFLAGS+= -m68020-60 17 18 .include <bsd.klinks.mk> 19