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