Module Name: src
Committed By: martin
Date: Wed Jun 27 06:06:39 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib: Makefile
Log Message:
Disable liblsan for now - it seems to be 64bit only - all 32bits are
failing and the 64bit ones with compat 32bit do not work either.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/Makefile
diff -u src/external/gpl3/gcc/lib/Makefile:1.14 src/external/gpl3/gcc/lib/Makefile:1.15
--- src/external/gpl3/gcc/lib/Makefile:1.14 Wed Jun 27 01:25:49 2018
+++ src/external/gpl3/gcc/lib/Makefile Wed Jun 27 06:06:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/06/27 01:25:49 kre Exp $
+# $NetBSD: Makefile,v 1.15 2018/06/27 06:06:39 martin Exp $
.include <bsd.own.mk>
@@ -6,7 +6,7 @@
SUBDIR+= libgcc .WAIT
SUBDIR+= libiberty libobjc libgomp
SUBDIR+= libbacktrace
-SUBDIR+= liblsan
+# SUBDIR+= liblsan
SUBDIR+= liblto_plugin
.if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no")