350cb9bc6c
Use -fpie for crtbegin.
7 lines
189 B
Makefile
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
|