d174ad2eab
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).
11 lines
216 B
Makefile
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
|