xref: /netbsd/libexec/ld.elf_so/arch/arm/Makefile.inc (revision c4a72b64)
1#	$NetBSD: Makefile.inc,v 1.8 2002/09/24 12:12:07 mycroft Exp $
2
3SRCS+=	rtld_start.S mdreloc.c
4
5# XXX Should not be in CPPFLAGS!
6CPPFLAGS+= -fpic
7
8CPPFLAGS+= -DELFSIZE=32
9
10LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start
11