8 lines
246 B
Makefile
8 lines
246 B
Makefile
# $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}\"
|