summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-08-29 10:44:58 +0000
committerkib <kib@FreeBSD.org>2014-08-29 10:44:58 +0000
commit5d236bcc80fc92764c92d2d695abfbf61d8e18b7 (patch)
tree46ea4078539a906a0e595330a6d9d8787e387c1e /libexec
parent359d218e65e5695b87547571338929698168a4e6 (diff)
downloadFreeBSD-src-5d236bcc80fc92764c92d2d695abfbf61d8e18b7.zip
FreeBSD-src-5d236bcc80fc92764c92d2d695abfbf61d8e18b7.tar.gz
Document the whole settings needed to build a debug version of rtld.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index 6e35d47..6754451 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -1,5 +1,9 @@
# $FreeBSD$
+# Use the following command to build local debug version of dynamic
+# linker:
+# make DEBUG_FLAGS=-g DEBUG=-DDEBUG MK_TESTS=no all
+
.include <src.opts.mk>
MK_SSP= no
OpenPOWER on IntegriCloud