Cross Reference: Makefile.booters
xref: /src/sys/arch/atari/stand/Makefile.booters
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/atari/stand/
Makefile.booters revision 1.2
1# $NetBSD: Makefile.booters,v 1.2 2009/03/15 11:45:30 tsutsui Exp $
2
3BINDIR=		/usr/mdec/${BTYPE:tl}
4
5DBG=
6COPTS=		-Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce
7
8CPPFLAGS+=	-D_STANDALONE -DHEAP_VARIABLE
9CPPFLAGS+=	 -D__daddr_t=int32_t
10
11CFLAGS+=	-ffreestanding
12CFLAGS+=	-Wall
13CFLAGS+=	-Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
14
15.include <bsd.klinks.mk>
16

Indexes created Fri Nov 28 12:09:28 GMT 2025