Home | History | Annotate | Line # | Download | only in sparc
Makefile.inc revision 1.3
      1  1.3   thorpej #	$NetBSD: Makefile.inc,v 1.3 2001/12/14 22:21:47 thorpej Exp $
      2  1.1  christos 
      3  1.1  christos SRCS+=	rtld_start.S mdreloc.c
      4  1.1  christos 
      5  1.3   thorpej COPTS+=	-fpic
      6  1.3   thorpej 
      7  1.3   thorpej CPPFLAGS+= -DELFSIZE=32 -DRTLD_RELOCATE_SELF -DVARPSZ
      8  1.3   thorpej 
      9  1.1  christos LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
     10