Home | History | Annotate | Line # | Download | only in hppa
Makefile.inc revision 1.7
      1  1.7     lukem #	$NetBSD: Makefile.inc,v 1.7 2005/06/04 16:17:17 lukem Exp $
      2  1.1  fredette 
      3  1.3     skrll SRCS+=		rtld_start.S hppa_reloc.c
      4  1.1  fredette 
      5  1.1  fredette # XXX Should not be in CPPFLAGS!
      6  1.3     skrll CPPFLAGS+=	-fpic
      7  1.1  fredette 
      8  1.3     skrll CPPFLAGS+=	-DELFSIZE=32
      9  1.6     skrll #CPPFLAGS+=	-DDEBUG
     10  1.3     skrll #CPPFLAGS+=	-DRTLD_DEBUG
     11  1.3     skrll #CPPFLAGS+=	-DRTLD_DEBUG_RELOC
     12  1.3     skrll #CPPFLAGS+=	-DRTLD_DEBUG_HPPA
     13  1.1  fredette 
     14  1.7     lukem LDFLAGS+=	-Wl,-e,'$$$$rtld_start'
     15