17 lines
401 B
Makefile
17 lines
401 B
Makefile
# $NetBSD: Makefile.booters,v 1.3 2011/12/18 04:51:12 tsutsui Exp $
|
|
|
|
BINDIR= /usr/mdec/${BTYPE:tl}
|
|
|
|
DBG=
|
|
COPTS= -Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce
|
|
|
|
CPPFLAGS+= -D_STANDALONE -DHEAP_VARIABLE
|
|
CPPFLAGS+= -D__daddr_t=int32_t
|
|
|
|
CFLAGS+= -ffreestanding
|
|
CFLAGS+= -Wall
|
|
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
|
|
CFLAGS+= -m68020-60
|
|
|
|
.include <bsd.klinks.mk>
|