Home | History | Annotate | Line # | Download | only in sh3
Makefile.inc revision 1.6
      1  1.6    skrll #	$NetBSD: Makefile.inc,v 1.6 2004/02/21 16:02:06 skrll Exp $
      2  1.1  thorpej 
      3  1.4    skrll SRCS+=		rtld_start.S mdreloc.c
      4  1.1  thorpej 
      5  1.6    skrll # XXX Should not be in CPPFLAGS!
      6  1.6    skrll CPPFLAGS+=	-fpic
      7  1.6    skrll 
      8  1.6    skrll CPPFLAGS+=	-DELFSIZE=32
      9  1.6    skrll 
     10  1.5    skrll LDFLAGS+=	-e .rtld_start
     11