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