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/bcba358c9da5
branches:  trunk
changeset: 795121:bcba358c9da5
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 b408e5017547 -r bcba358c9da5 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