NetBSD/libexec/ld.elf_so/alpha/Makefile.inc
cgd 41fe218b25 First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elf
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.
1996-12-16 20:37:55 +00:00

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