From 1ec5b47878367c11dbb5d32843858700b70571c4 Mon Sep 17 00:00:00 2001 From: kamil Date: Thu, 26 Jul 2018 01:25:23 +0000 Subject: [PATCH] Specify NOLIBCSANITIZER in lib/csu The low-level libraries in csu are used in non-sanitized code. --- lib/csu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/csu/Makefile b/lib/csu/Makefile index 4aa52fe644c1..0d21fed94306 100644 --- a/lib/csu/Makefile +++ b/lib/csu/Makefile @@ -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