Makefile.inc revision 1.4.2.1 1 # $NetBSD: Makefile.inc,v 1.4.2.1 2004/05/28 08:31:22 tron 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+= -Bshareable -Bsymbolic -e .rtld_start
11