Home | History | Annotate | Line # | Download | only in vax
      1  1.11    skrll #	$NetBSD: Makefile.inc,v 1.11 2009/09/19 14:54:17 skrll Exp $
      2   1.1     matt 
      3   1.7    skrll SRCS+=		rtld_start.S mdreloc.c
      4   1.1     matt 
      5   1.4  thorpej # XXX Should not be in CPPFLAGS!
      6   1.7    skrll CPPFLAGS+=	-fpic
      7   1.3  thorpej 
      8   1.7    skrll CPPFLAGS+=	-DELFSIZE=32
      9   1.3  thorpej 
     10  1.11    skrll LDFLAGS+=	-Wl,-Bsymbolic -Wl,-e,_rtld_start
     11