1 1.13 skrll # $NetBSD: Makefile.inc,v 1.13 2004/02/20 20:58:24 skrll Exp $ 2 1.1 mhitch 3 1.13 skrll SRCS+= rtld_start.S mips_reloc.c 4 1.1 mhitch 5 1.9 thorpej # XXX Should not be in CPPFLAGS! 6 1.13 skrll CPPFLAGS+= -mabicalls -G0 -fPIC 7 1.8 thorpej 8 1.13 skrll CPPFLAGS+= -DELFSIZE=32 9 1.13 skrll CPPFLAGS+= -DRTLD_INHIBIT_COPY_RELOCS 10 1.1 mhitch 11 1.13 skrll LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start 12