Home | History | Annotate | Line # | Download | only in stand
Makefile.booters revision 1.4
      1  1.4    joerg # $NetBSD: Makefile.booters,v 1.4 2013/08/12 16:34:05 joerg Exp $
      2  1.1  tsutsui 
      3  1.1  tsutsui BINDIR=		/usr/mdec/${BTYPE:tl}
      4  1.1  tsutsui 
      5  1.1  tsutsui DBG=
      6  1.4    joerg COPTS=		-Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce -fno-unwind-tables
      7  1.1  tsutsui 
      8  1.1  tsutsui CPPFLAGS+=	-D_STANDALONE -DHEAP_VARIABLE
      9  1.1  tsutsui CPPFLAGS+=	 -D__daddr_t=int32_t
     10  1.1  tsutsui 
     11  1.1  tsutsui CFLAGS+=	-ffreestanding
     12  1.1  tsutsui CFLAGS+=	-Wall
     13  1.1  tsutsui CFLAGS+=	-Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
     14  1.3  tsutsui CFLAGS+=	-m68020-60
     15  1.1  tsutsui 
     16  1.2  tsutsui .include <bsd.klinks.mk>
     17