Home | History | Annotate | Line # | Download | only in aarch64
Makefile.inc revision 1.1
      1  1.1  matt # $NetBSD: Makefile.inc,v 1.1 2014/08/10 05:47:37 matt Exp $
      2  1.1  matt 
      3  1.1  matt SRCS+=		rtld_start.S mdreloc.c
      4  1.1  matt 
      5  1.1  matt # XXX Should not be in CPPFLAGS!
      6  1.1  matt CPPFLAGS+=	-fpic
      7  1.1  matt 
      8  1.1  matt CPPFLAGS+=	-DELFSIZE=64
      9  1.1  matt CPPFLAGS+=	-DHAVE_INITFINI_ARRAY
     10  1.1  matt CPPFLAGS+=	-DELF_NOTE_MARCH_DESC=\"${LDELFSO_MACHINE_ARCH}\"
     11  1.1  matt 
     12  1.1  matt LDFLAGS+=	-Wl,-e,_rtld_start
     13