Home | History | Annotate | Line # | Download | only in sh3
Makefile.inc revision 1.1.2.1
      1  1.1.2.1     tron #	$NetBSD: Makefile.inc,v 1.1.2.1 2004/05/28 08:31:22 tron Exp $
      2      1.1  thorpej 
      3  1.1.2.1     tron SRCS+=		rtld_start.S mdreloc.c
      4      1.1  thorpej 
      5  1.1.2.1     tron # XXX Should not be in CPPFLAGS!
      6  1.1.2.1     tron CPPFLAGS+=	-fpic
      7  1.1.2.1     tron 
      8  1.1.2.1     tron CPPFLAGS+=	-DELFSIZE=32
      9  1.1.2.1     tron 
     10  1.1.2.1     tron LDFLAGS+=	-Bshareable -Bsymbolic -e .rtld_start
     11