1 1.16 skrll # $NetBSD: Makefile.inc,v 1.16 2009/11/04 17:02:43 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.16 skrll LDFLAGS+= -Wl,-e,rtld_start 12