Module Name:    src
Committed By:   kamil
Date:           Thu Jul 26 01:25:23 UTC 2018

Modified Files:
        src/lib/csu: Makefile

Log Message:
Specify NOLIBCSANITIZER in lib/csu

The low-level libraries in csu are used in non-sanitized code.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/csu/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/csu/Makefile
diff -u src/lib/csu/Makefile:1.36 src/lib/csu/Makefile:1.37
--- src/lib/csu/Makefile:1.36	Sat Jun 16 18:58:00 2018
+++ src/lib/csu/Makefile	Thu Jul 26 01:25:23 2018
@@ -1,5 +1,6 @@
-#	$NetBSD: Makefile,v 1.36 2018/06/16 18:58:00 kamil Exp $
+#	$NetBSD: Makefile,v 1.37 2018/07/26 01:25:23 kamil Exp $
 
+NOLIBCSANITIZER=	# defined
 NOSANITIZER=		# defined
 
 .include <bsd.own.mk>

Reply via email to