NetBSD/lib/csu/arch/arm/Makefile.inc
2013-06-27 21:24:39 +00:00

7 lines
189 B
Makefile

# $NetBSD: Makefile.inc,v 1.6 2013/06/27 21:24:39 matt Exp $
CPPFLAGS+= -I${ARCHDIR}
.if (!empty(CPUFLAGS) && ${CPUFLAGS:M-mabi=aapcs*} != "")
CPPFLAGS+= -DHAVE_INITFINI_ARRAY
.endif