Home | History | Annotate | Line # | Download | only in mips
      1  1.21    skrll #	$NetBSD: Makefile.inc,v 1.21 2021/12/04 08:50:41 skrll 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.21    skrll 
     10  1.17     matt AFLAGS+=	-Wa,--fatal-warnings
     11   1.1   mhitch 
     12  1.16    skrll LDFLAGS+=	-Wl,-e,rtld_start
     13