Makefile.inc revision 1.14
11.14Schristos#	$NetBSD: Makefile.inc,v 1.14 2016/10/01 13:57:44 christos Exp $
21.1Spk
31.14SchristosNOSSP=		# defined
41.14SchristosNOPIE=		# defined
51.14SchristosNOMAN=		# defined
61.12Smartin
71.6SmrgBINDIR=		/usr/mdec
81.13SchristosNOPIE=		yes
91.7Smrg
101.9SsekiyaCPPFLAGS+=	-DSTANDALONE -I.
111.11SjoergCFLAGS+=	-ffreestanding ${${ACTIVE_CC} == "gcc":? -msoft-float :}
121.9Ssekiya
131.7Smrg.if ${MACHINE} == "sparc64"
141.9SsekiyaCPPFLAGS+=	-DSUN4U
151.7Smrg.endif
16