Home | History | Annotate | Line # | Download | only in aarch64
Makefile.inc revision 1.1.24.1
      1  1.1.24.1  pgoyette # $NetBSD: Makefile.inc,v 1.1.24.1 2019/01/18 08:50:11 pgoyette 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+=	-DELF_NOTE_MARCH_DESC=\"${LDELFSO_MACHINE_ARCH}\"
     10       1.1      matt 
     11       1.1      matt LDFLAGS+=	-Wl,-e,_rtld_start
     12