1 # $NetBSD: Makefile.inc,v 1.1 2014/09/19 17:36:25 matt Exp $
3 SRCS+= rtld_start.S mdreloc.c
5 # XXX Should not be in CPPFLAGS!
8 .if ${LDELFSO_MACHINE_ARCH} == "riscv64"
9 CPPFLAGS+= -DELFSIZE=64
11 CPPFLAGS+= -DELFSIZE=32
13 CPPFLAGS+= -DHAVE_INITFINI_ARRAY
15 LDFLAGS+= -Wl,-e,_rtld_start