1 # $NetBSD: Makefile.inc,v 1.11 2008/10/26 07:11:54 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 .if defined(LD32DIR) 10 CPPFLAGS+= -DRTLD_ARCH_SUBDIR=\"i386\" 11 .endif 12 13 LDFLAGS+= -Wl,-e,.rtld_start 14