diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-05-15 06:10:22 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-05-15 06:10:22 +0000 |
commit | 1a4720735b150f9eed1b086068b33804b027e4bf (patch) | |
tree | 2d4c1cfcca8df79dcdfe436e1f2262a01e5ff645 /gnu/egcs/libiberty | |
parent | ec93d5e14c9a1724996c1462a2e25c37f388dae6 (diff) |
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.
Diffstat (limited to 'gnu/egcs/libiberty')
-rw-r--r-- | gnu/egcs/libiberty/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/libiberty/Makefile.bsd-wrapper b/gnu/egcs/libiberty/Makefile.bsd-wrapper index 13df547a06c..e629c531a08 100644 --- a/gnu/egcs/libiberty/Makefile.bsd-wrapper +++ b/gnu/egcs/libiberty/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.6 1999/12/07 00:42:54 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2000/05/15 06:10:20 niklas Exp $ LIB= iberty CPPFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../include -I$(.OBJDIR) @@ -30,7 +30,7 @@ SRCS= argv.c choose-temp.c concat.c cplus-dem.c \ CLEANFILES+= config.h config.status needed-list # XXX -- Why are these not removed by the generated Makefile? -CLEANFILES+= insque.o insque.po insque.so +CLEANFILES+= insque.o insque.go insque.po insque.so # and more CLEANFILES+=Makefile config.cache config.log stamp-h xhost-mkfrag testsuite/Makefile |