Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm add -g to LINTFLAGS



details:   https://anonhg.NetBSD.org/src/rev/0b2d300e4e63
branches:  trunk
changeset: 328381:0b2d300e4e63
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 01 19:12:37 2014 +0000

description:
add -g to LINTFLAGS

diffstat:

 lib/libm/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c144d0890c5d -r 0b2d300e4e63 lib/libm/Makefile
--- a/lib/libm/Makefile Tue Apr 01 19:08:48 2014 +0000
+++ b/lib/libm/Makefile Tue Apr 01 19:12:37 2014 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.155 2014/03/06 11:01:16 martin Exp $
+#  $NetBSD: Makefile,v 1.156 2014/04/01 19:12:37 christos Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -47,6 +47,9 @@
 # require this for the value of I387_LIBM from mk.conf, if set.
 .include <bsd.own.mk>
 
+# compiler_rt uses typeof() and __extension__
+LINTFLAGS += -g
+
 .if (${MACHINE_ARCH} == "alpha")
 .PATH: ${.CURDIR}/arch/alpha
 ARCH_SRCS = s_copysign.S s_copysignf.S lrint.S



Home | Main Index | Thread Index | Old Index