Home | History | Annotate | Line # | Download | only in alpha
Makefile.inc revision 1.12
      1  1.12    lukem #	$NetBSD: Makefile.inc,v 1.12 2005/06/04 16:17:17 lukem Exp $
      2   1.1      cgd 
      3  1.10    skrll SRCS+=		rtld_start.S alpha_reloc.c
      4   1.1      cgd 
      5   1.8  thorpej # XXX Should not be in CPPFLAGS!
      6  1.10    skrll CPPFLAGS+=	-fpic -mno-fp-regs
      7   1.7  thorpej 
      8  1.10    skrll CPPFLAGS+=	-DELFSIZE=64
      9  1.10    skrll #CPPFLAGS+=	-DRTLD_DEBUG_ALPHA
     10   1.7  thorpej 
     11  1.12    lukem LDFLAGS+=	-Wl,-e,_rtld_start
     12