summaryrefslogtreecommitdiff
path: root/lib/csu/arch/arm/Makefile.inc
blob: 8950d1e136e4b839f8c93e08f0ba75456af2cbd8 (plain)
1
2
3
4
5
6
7
# $NetBSD: Makefile.inc,v 1.7 2013/09/10 22:00:01 matt Exp $

CPPFLAGS+=	-I${ARCHDIR}
.if (!empty(CPUFLAGS) && ${CPUFLAGS:M-mabi=aapcs*} != "")
CPPFLAGS+=      -DHAVE_INITFINI_ARRAY
.endif
CPPFLAGS+=	-DELF_NOTE_MARCH_DESC=\"${CSU_MACHINE_ARCH}\"