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