11.9Slukem#	$NetBSD: Makefile.inc,v 1.9 2023/06/03 21:26:28 lukem Exp $
21.1Stsubai
31.1StsubaiBINDIR=		/usr/mdec
41.4Suwe
51.4SuweCFLAGS_UNWIND.gcc=	-fno-unwind-tables -fno-asynchronous-unwind-tables
61.4SuweCFLAGS_UNWIND.clang=	-fno-unwind-tables
71.4Suwe
81.4SuweLINKFLAGS_UNWIND=	--no-ld-generated-unwind-info
91.5Sjoerg
101.5Sjoerg# Follow the suit of Makefile.kern.inc; needed for the lfs64 union
111.5Sjoerg# accessors -- they don't actually dereference the resulting pointer,
121.5Sjoerg# just use it for type-checking.
131.9SlukemCWARNFLAGS+=		${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
14