Source-Changes-HG archive

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

[src/trunk]: src/lib/csu Specify NOLIBCSANITIZER in lib/csu



details:   https://anonhg.NetBSD.org/src/rev/279a8bf55e4a
branches:  trunk
changeset: 324897:279a8bf55e4a
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Jul 26 01:25:23 2018 +0000

description:
Specify NOLIBCSANITIZER in lib/csu

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

diffstat:

 lib/csu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 8ed4edaf0d33 -r 279a8bf55e4a lib/csu/Makefile
--- a/lib/csu/Makefile  Thu Jul 26 00:33:26 2018 +0000
+++ b/lib/csu/Makefile  Thu Jul 26 01:25:23 2018 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index