Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 2014 10:44:58 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270803 - head/libexec/rtld-elf
Message-ID:  <201408291044.s7TAiwmI077897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408291044.s7TAiwmI077897>