Home | History | Annotate | Line # | Download | only in sparc
Makefile.inc revision 1.12
      1  1.12       mrg #	$NetBSD: Makefile.inc,v 1.12 2009/01/06 02:15:06 mrg Exp $
      2   1.1  christos 
      3   1.8     skrll SRCS+=		rtld_start.S mdreloc.c
      4   1.1  christos 
      5   1.4   thorpej # XXX Should not be in CPPFLAGS!
      6   1.8     skrll CPPFLAGS+=	-fpic
      7   1.3   thorpej 
      8   1.8     skrll CPPFLAGS+=	-DELFSIZE=32
      9  1.12       mrg 
     10  1.12       mrg LDFLAGS+=	-Wl,-e,_rtld_start
     11  1.12       mrg 
     12  1.11       mrg .if defined(LD32DIR)
     13  1.12       mrg .include "Makefile.ld32"
     14  1.11       mrg .endif
     15