Makefile.inc revision 1.3
11.3Sthorpej# $NetBSD: Makefile.inc,v 1.3 2001/12/20 19:20:02 thorpej Exp $ 21.1Smatt 31.1SmattSRCS+= rtld_start.S 41.1Smatt 51.3Sthorpej# XXX Should not be in CPPFLAGS! 61.3SthorpejCPPFLAGS+= -fpic 71.2Sthorpej 81.2SthorpejCPPFLAGS+= -DELFSIZE=32 -DRTLD_RELOCATE_SELF -DVARPSZ 91.2Sthorpej 101.1SmattLDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start 11