Home | History | Annotate | Line # | Download | only in sparc64
      1 #	$NetBSD: Makefile.inc,v 1.9 2018/04/03 21:10:27 joerg 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+=	-DRTLD_COMMON_CALL_IFUNC_RELA
     10 
     11 LDFLAGS+=	-Wl,-e,_rtld_start
     12