NetBSD/libexec/ld.elf_so/arch/sh5/Makefile.inc
scw d174ad2eab Add support for shared libraries/dynamically linked binaries on sh5.
With the latest SuperH toolchain, NetBSD/evbsh5 can now
run with a fully dynamic userland (modulo a few remaining
gremlins affecting a couple of binaries).
2003-03-25 13:11:53 +00:00

11 lines
216 B
Makefile

# $NetBSD: Makefile.inc,v 1.1 2003/03/25 13:11:54 scw Exp $
SRCS+= rtld_start.S mdreloc.c
# XXX Should not be in CPPFLAGS!
CPPFLAGS+= -fpic
CPPFLAGS+= -DELFSIZE=32
LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start