Home | History | Annotate | Line # | Download | only in alpha
Makefile.inc revision 1.1.2.1
      1 #	$NetBSD: Makefile.inc,v 1.1.2.1 1997/11/08 07:25:45 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