Home | History | Annotate | Line # | Download | only in sh3
      1  1.7    lukem #	$NetBSD: Makefile.inc,v 1.7 2005/06/04 16:17:17 lukem 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.7    lukem LDFLAGS+=	-Wl,-e,.rtld_start
     11