summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1999-02-07 17:23:03 +0000
committerchristos <christos@NetBSD.org>1999-02-07 17:23:03 +0000
commit246b3960cd2628c65babccabebc693b0b651d76a (patch)
tree3a57c9675fa2b995e9362033f9235150891df8f4 /libexec
parent143dcdbe44f886787d0a9272e1e2111612892a7e (diff)
Add -DRTLD_DEBUG_RELOC commented out.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefile
index 68acb0a8bbe..302d24633d9 100644
--- a/libexec/ld.elf_so/Makefile
+++ b/libexec/ld.elf_so/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1999/01/10 18:18:56 christos Exp $
+# $NetBSD: Makefile,v 1.19 1999/02/07 17:23:03 christos Exp $
.include <bsd.own.mk> # for OBJECT_FMT definition
@@ -22,7 +22,7 @@ SRCS+= rtld.c reloc.c symbol.c malloc.c xmalloc.c xprintf.c debug.c \
map_object.c load.c search.c headers.c paths.c
CPPFLAGS+= -Wall -DLIBDIR=\"${LIBDIR}\" -D_PATH_RTLD=\"${BINDIR}/${PROG}\"
CPPFLAGS+= -DDEBUG -DRTLD_LOADER
-#CPPFLAGS+= -DRTLD_DEBUG
+#CPPFLAGS+= -DRTLD_DEBUG -DRTLD_DEBUG_RELOC
LDADD+= -L${DESTDIR}/${LIBDIR} -L${CLIBOBJ} -non_shared -lc_pic
DPADD+= ${LIBC_PIC}