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