1 1.6 thorpej # $NetBSD: Makefile.inc,v 1.6 2001/12/14 00:53:07 thorpej Exp $ 2 1.1 cgd 3 1.5 thorpej SRCS+= rtld_start.S alpha_reloc.c 4 1.1 cgd 5 1.2 lukem CPPFLAGS+= -fpic -mno-fp-regs -DELFSIZE=64 6 1.6 thorpej #CPPFLAGS+= -DRTLD_DEBUG_ALPHA 7 1.3 thorpej LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start 8 1.4 thorpej LDFLAGS+= --script ${.CURDIR}/arch/alpha/ld.so.script 9