1 # $NetBSD: Makefile.inc,v 1.13 2009/12/13 08:25:20 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(MLIBDIR) 13 .include "Makefile.ld32" 14 .endif 15