Home | History | Annotate | Line # | Download | only in alpha
Makefile.inc revision 1.8
      1  1.8  thorpej #	$NetBSD: Makefile.inc,v 1.8 2001/12/20 19:20:02 thorpej 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  1.4  thorpej LDFLAGS+= --script ${.CURDIR}/arch/alpha/ld.so.script
     13