svn commit: r270803 - head/libexec/rtld-elf

Konstantin Belousov kib at FreeBSD.org
Fri Aug 29 10:44:58 UTC 2014


Author: kib
Date: Fri Aug 29 10:44:58 2014
New Revision: 270803
URL: http://svnweb.freebsd.org/changeset/base/270803

Log:
  Document the whole settings needed to build a debug version of rtld.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	3 days

Modified:
  head/libexec/rtld-elf/Makefile

Modified: head/libexec/rtld-elf/Makefile
==============================================================================
--- head/libexec/rtld-elf/Makefile	Fri Aug 29 10:43:56 2014	(r270802)
+++ head/libexec/rtld-elf/Makefile	Fri Aug 29 10:44:58 2014	(r270803)
@@ -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
 


More information about the svn-src-head mailing list