Home | History | Annotate | Line # | Download | only in sparc64
Makefile.inc revision 1.8
      1  1.8    lukem #	$NetBSD: Makefile.inc,v 1.8 2005/06/04 16:17:17 lukem Exp $
      2  1.1      eeh 
      3  1.6    skrll SRCS+=		rtld_start.S mdreloc.c
      4  1.1      eeh 
      5  1.3  thorpej # XXX Should not be in CPPFLAGS!
      6  1.6    skrll CPPFLAGS+=	-fpic
      7  1.2  thorpej 
      8  1.6    skrll CPPFLAGS+=	-DELFSIZE=64
      9  1.2  thorpej 
     10  1.8    lukem LDFLAGS+=	-Wl,-e,_rtld_start
     11