Home | History | Annotate | Line # | Download | only in sh3
Makefile.inc revision 1.5
      1 #	$NetBSD: Makefile.inc,v 1.5 2004/02/21 15:56:03 skrll Exp $
      2 
      3 SRCS+=		rtld_start.S mdreloc.c
      4 
      5 CPPFLAGS+=	-fpic -DELFSIZE=32
      6 LDFLAGS+=	-e .rtld_start
      7