Module Name: src
Committed By: christos
Date: Tue Apr 1 19:12:37 UTC 2014
Modified Files:
src/lib/libm: Makefile
Log Message:
add -g to LINTFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/Makefile
diff -u src/lib/libm/Makefile:1.155 src/lib/libm/Makefile:1.156
--- src/lib/libm/Makefile:1.155 Thu Mar 6 06:01:16 2014
+++ src/lib/libm/Makefile Tue Apr 1 15:12:37 2014
@@ -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 @@ USE_SHLIBDIR= yes
# 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