Nuke reference to RTLD_RELOCATE_SELF.
This commit is contained in:
parent
c3ece2a45f
commit
b59c269424
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile.inc,v 1.5 2002/09/05 15:38:31 mycroft Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.6 2002/09/24 01:58:44 mycroft Exp $
|
||||
|
||||
SRCS+= rtld_start.S mdreloc.c
|
||||
|
||||
# XXX Should not be in CPPFLAGS!
|
||||
CPPFLAGS+= -fpic
|
||||
|
||||
CPPFLAGS+= -DELFSIZE=32 #-DRTLD_RELOCATE_SELF
|
||||
CPPFLAGS+= -DELFSIZE=32
|
||||
|
||||
LDFLAGS+= -Bshareable -Bsymbolic -e .rtld_start
|
||||
|
|
Loading…
Reference in New Issue