Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 08:02:23 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r270921 - stable/10/libexec/rtld-elf
Message-ID:  <201409010802.s8182NuY077192@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Mon Sep  1 08:02:23 2014
New Revision: 270921
URL: http://svnweb.freebsd.org/changeset/base/270921

Log:
  MFC r270803:
  Document the whole settings needed to build a debug version of rtld.

Modified:
  stable/10/libexec/rtld-elf/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/libexec/rtld-elf/Makefile
==============================================================================
--- stable/10/libexec/rtld-elf/Makefile	Mon Sep  1 07:58:15 2014	(r270920)
+++ stable/10/libexec/rtld-elf/Makefile	Mon Sep  1 08:02:23 2014	(r270921)
@@ -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
 



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