summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2014-09-01 08:02:23 +0000
committerkib <kib@FreeBSD.org>2014-09-01 08:02:23 +0000
commit75ec0c51d0a12d37b29296bdb8491615323c5ede (patch)
tree39a6f256ef0f72cbd46d62b49169395f38e59c64 /libexec
parent798eea16149d6a39c6fb5f721410f61b5bb1134a (diff)
downloadFreeBSD-src-75ec0c51d0a12d37b29296bdb8491615323c5ede.zip
FreeBSD-src-75ec0c51d0a12d37b29296bdb8491615323c5ede.tar.gz
MFC r270803:
Document the whole settings needed to build a debug version of rtld.
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 31cbfdd..66a20d3 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 <bsd.own.mk>
MK_SSP= no
OpenPOWER on IntegriCloud