Home | History | Annotate | Line # | Download | only in alpha
Makefile.inc revision 1.9
      1  1.9  mycroft #	$NetBSD: Makefile.inc,v 1.9 2002/09/11 18:20:47 mycroft Exp $
      2  1.1      cgd 
      3  1.5  thorpej SRCS+=	rtld_start.S alpha_reloc.c
      4  1.1      cgd 
      5  1.8  thorpej # XXX Should not be in CPPFLAGS!
      6  1.8  thorpej CPPFLAGS+= -fpic -mno-fp-regs
      7  1.7  thorpej 
      8  1.7  thorpej CPPFLAGS+= -DELFSIZE=64
      9  1.6  thorpej #CPPFLAGS+= -DRTLD_DEBUG_ALPHA
     10  1.7  thorpej 
     11  1.3  thorpej LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
     12