From 796784cee71bb543d68392eaff73b1775964830e Mon Sep 17 00:00:00 2001 From: kib Date: Mon, 1 Sep 2014 08:02:23 +0000 Subject: [PATCH] MFC r270803: Document the whole settings needed to build a debug version of rtld. git-svn-id: svn://svn.freebsd.org/base/stable/10@270921 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- libexec/rtld-elf/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index 31cbfdd44..66a20d374 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 MK_SSP= no -- 2.42.0