Home | History | Annotate | Line # | Download | only in sparc
Makefile.inc revision 1.5
      1 #	$NetBSD: Makefile.inc,v 1.5 2002/09/09 18:10:20 mycroft Exp $
      2 
      3 SRCS+=	rtld_start.S mdreloc.c
      4 
      5 # XXX Should not be in CPPFLAGS!
      6 CPPFLAGS+= -fpic
      7 
      8 CPPFLAGS+= -DELFSIZE=32 -DVARPSZ
      9 
     10 LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
     11 LDFLAGS+= --script ${.CURDIR}/arch/sparc/ld.so.script
     12