Home | History | Annotate | Line # | Download | only in alpha
Makefile.inc revision 1.2
      1 #	$NetBSD: Makefile.inc,v 1.2 1997/10/22 05:47:57 lukem Exp $
      2 
      3 SRCS+=	rtld_start.S
      4 
      5 CPPFLAGS+= -fpic -mno-fp-regs -DELFSIZE=64
      6 LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
      7