Makefile.inc revision 1.5
11.5Sjoerg#	$NetBSD: Makefile.inc,v 1.5 2020/04/21 21:39:07 joerg 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.5SjoergCWARNFLAGS.clang+=	-Wno-error=address-of-packed-member
141.5Sjoerg
151.5SjoergCOPTS+=	-fcommon
16