1 1.9 joerg # $NetBSD: Makefile.inc,v 1.9 2018/04/03 21:10:27 joerg Exp $ 2 1.1 eeh 3 1.6 skrll SRCS+= rtld_start.S mdreloc.c 4 1.1 eeh 5 1.3 thorpej # XXX Should not be in CPPFLAGS! 6 1.6 skrll CPPFLAGS+= -fpic 7 1.2 thorpej 8 1.6 skrll CPPFLAGS+= -DELFSIZE=64 9 1.9 joerg CPPFLAGS+= -DRTLD_COMMON_CALL_IFUNC_RELA 10 1.2 thorpej 11 1.8 lukem LDFLAGS+= -Wl,-e,_rtld_start 12