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