41fe218b25
kit, then hacked on by Matt Thomas <matt@3am-software.com>, then by me (to make it work with new versions of the toolchain, etc.). This runs, but it's in serious need of cleaning and/or a fair bit of reworking. See the README file for more information, and a list of things to do.
7 lines
171 B
Makefile
7 lines
171 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 1996/12/16 20:38:09 cgd Exp $
|
|
|
|
SRCS+= rtld_start.S
|
|
|
|
CFLAGS+= -fpic -mno-fp-regs -DELFSIZE=64
|
|
LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
|