mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 22:48:12 -04:00
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}\"
|