Makefile.inc revision 1.6
1# $NetBSD: Makefile.inc,v 1.6 2002/09/10 14:19:18 mycroft Exp $ 2 3SRCS+= rtld_start.S mdreloc.c 4 5# XXX Should not be in CPPFLAGS! 6CPPFLAGS+= -fpic 7 8CPPFLAGS+= -DELFSIZE=32 -DVARPSZ 9 10LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start 11LDFLAGS+= --script ${.CURDIR}/arch/arm/ld.so.script 12.if (${MACHINE_ARCH} == "armeb") 13LDFLAGS+= -EB 14.endif 15