1 # $NetBSD: Makefile.inc,v 1.12 2009/01/06 02:15:06 mrg Exp $ 2 3 SRCS+= rtld_start.S mdreloc.c 4 5 # XXX Should not be in CPPFLAGS! 6 CPPFLAGS+= -fpic 7 8 CPPFLAGS+= -DELFSIZE=32 9 10 LDFLAGS+= -Wl,-e,_rtld_start 11 12 .if defined(LD32DIR) 13 .include "Makefile.ld32" 14 .endif 15