Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/lib/libasan Don't sanitize the sanitizer.



details:   https://anonhg.NetBSD.org/src/rev/82aee839ec33
branches:  trunk
changeset: 319519:82aee839ec33
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 02 01:38:41 2018 +0000

description:
Don't sanitize the sanitizer.

diffstat:

 external/gpl3/gcc/lib/libasan/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 9f9ff76262a6 -r 82aee839ec33 external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile    Sat Jun 02 01:19:46 2018 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile    Sat Jun 02 01:38:41 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2018/04/02 22:35:26 mrg Exp $
+# $NetBSD: Makefile,v 1.23 2018/06/02 01:38:41 christos Exp $
 
 UNSUPPORTED_COMPILER.clang=    # defined
+NOSANITIZER=yes
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index