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 Disable liblsan for now - it seems to ...
details: https://anonhg.NetBSD.org/src/rev/ab62b71a0ba6
branches: trunk
changeset: 320223:ab62b71a0ba6
user: martin <martin%NetBSD.org@localhost>
date: Wed Jun 27 06:06:39 2018 +0000
description:
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.
diffstat:
external/gpl3/gcc/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 61bc59ef1d28 -r ab62b71a0ba6 external/gpl3/gcc/lib/Makefile
--- a/external/gpl3/gcc/lib/Makefile Wed Jun 27 03:31:44 2018 +0000
+++ b/external/gpl3/gcc/lib/Makefile Wed Jun 27 06:06:39 2018 +0000
@@ -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")
Home |
Main Index |
Thread Index |
Old Index