Makefile.inc revision 1.6
1#	$NetBSD: Makefile.inc,v 1.6 2020/09/06 07:20:29 mrg 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+=	${GCC_NO_ADDR_OF_PACKED_MEMBER}
15
16COPTS+=	-fcommon
17