NetBSD/libexec/ld.elf_so/arch/sparc/Makefile.inc
christos 00e5621847 We need to compile with -DVARPSZ, because the sparc has a variable page
size depending on arch. Make it an error to compile without it. This
caused -lposix linked programs to fail.
1999-06-22 16:28:22 +00:00

7 lines
205 B
Makefile

# $NetBSD: Makefile.inc,v 1.2 1999/06/22 16:28:23 christos Exp $
SRCS+= rtld_start.S mdreloc.c
CPPFLAGS+= -fpic -DELFSIZE=32 -DRTLD_RELOCATE_SELF -DVARPSZ
LDFLAGS+= -Bshareable -Bsymbolic -e _rtld_start