00e5621847
size depending on arch. Make it an error to compile without it. This caused -lposix linked programs to fail.
7 lines
205 B
Makefile
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
|