Home | History | Annotate | Line # | Download | only in sparc
Makefile.inc revision 1.2
      1 #	$NetBSD: Makefile.inc,v 1.2 1999/06/22 16:28:23 christos Exp $
      2 
      3 SRCS+=	rtld_start.S mdreloc.c
      4 
      5 CPPFLAGS+= -fpic -DELFSIZE=32 -DRTLD_RELOCATE_SELF -DVARPSZ
      6 LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
      7