Makefile.inc revision 1.3 1 1.3 thorpej # $NetBSD: Makefile.inc,v 1.3 1999/04/18 23:12:59 thorpej Exp $
2 1.1 cgd
3 1.1 cgd SRCS+= rtld_start.S
4 1.1 cgd
5 1.2 lukem CPPFLAGS+= -fpic -mno-fp-regs -DELFSIZE=64
6 1.3 thorpej LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
7