svn commit: r270921 - stable/10/libexec/rtld-elf
Konstantin Belousov
kib at FreeBSD.org
Mon Sep 1 08:02:24 UTC 2014
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
More information about the svn-src-stable-10
mailing list