Home | History | Annotate | Line # | Download | only in mips
Makefile.inc revision 1.20
      1  1.20     matt #	$NetBSD: Makefile.inc,v 1.20 2013/07/10 15:08:38 matt Exp $
      2   1.1   mhitch 
      3  1.13    skrll SRCS+=		rtld_start.S mips_reloc.c
      4   1.1   mhitch 
      5  1.18      mrg COPTS+=		-G0
      6   1.8  thorpej 
      7  1.20     matt CPPFLAGS+=	-DELFSIZE=_MIPS_SZPTR
      8  1.13    skrll CPPFLAGS+=	-DRTLD_INHIBIT_COPY_RELOCS
      9  1.17     matt AFLAGS+=	-Wa,--fatal-warnings
     10   1.1   mhitch 
     11  1.16    skrll LDFLAGS+=	-Wl,-e,rtld_start
     12