mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 08:07:30 -04:00
17 lines
418 B
Makefile
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>
|