Makefile.inc revision 1.8
1#	$NetBSD: Makefile.inc,v 1.8 2023/06/03 08:52:57 lukem Exp $
2
3BINDIR=		/usr/mdec
4
5CFLAGS_UNWIND.gcc=	-fno-unwind-tables -fno-asynchronous-unwind-tables
6CFLAGS_UNWIND.clang=	-fno-unwind-tables
7
8LINKFLAGS_UNWIND=	--no-ld-generated-unwind-info
9
10# Follow the suit of Makefile.kern.inc; needed for the lfs64 union
11# accessors -- they don't actually dereference the resulting pointer,
12# just use it for type-checking.
13CWARNFLAGS.clang+=	-Wno-error=address-of-packed-member
14CWARNFLAGS.gcc+=	${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
15