netbsd/sys/arch/atari/stand/Makefile.booters
2014-01-15 10:53:42 +01:00

17 lines
418 B
Makefile

# $NetBSD: Makefile.booters,v 1.4 2013/08/12 16:34:05 joerg Exp $
BINDIR= /usr/mdec/${BTYPE:tl}
DBG=
COPTS= -Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce -fno-unwind-tables
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>