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