From d85f56691cb9a8c9e97d4106a54b69b18a5cba9c Mon Sep 17 00:00:00 2001 From: niklas <> Date: Mon, 15 May 2000 06:10:20 +0000 Subject: [PATCH] Add support for building libraries with debugging information in them. Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage. --- src/etc/mtree/4.4BSD.dist | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/etc/mtree/4.4BSD.dist b/src/etc/mtree/4.4BSD.dist index 35159005..e37809b8 100644 --- a/src/etc/mtree/4.4BSD.dist +++ b/src/etc/mtree/4.4BSD.dist @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.dist,v 1.90 2000/05/02 10:18:23 niklas Exp $ +# $OpenBSD: 4.4BSD.dist,v 1.91 2000/05/15 06:10:20 niklas Exp $ /set type=dir uname=root gname=wheel mode=0755 # . @@ -250,6 +250,11 @@ xml gname=bin uname=root mode=0755 # ./usr/lib/apache .. +# ./usr/lib/debug +debug gname=bin uname=root mode=0755 +# ./usr/lib/debug +.. + # ./usr/lib ..