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 Since liblsan has been added to the se...
details: https://anonhg.NetBSD.org/src/rev/7a9df2f3ea07
branches: trunk
changeset: 362822:7a9df2f3ea07
user: kre <kre%NetBSD.org@localhost>
date: Wed Jun 27 01:25:49 2018 +0000
description:
Since liblsan has been added to the sets already, we should build it.
diffstat:
external/gpl3/gcc/lib/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9c978dcc4d80 -r 7a9df2f3ea07 external/gpl3/gcc/lib/Makefile
--- a/external/gpl3/gcc/lib/Makefile Wed Jun 27 01:14:48 2018 +0000
+++ b/external/gpl3/gcc/lib/Makefile Wed Jun 27 01:25:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/03/07 16:26:37 christos Exp $
+# $NetBSD: Makefile,v 1.14 2018/06/27 01:25:49 kre Exp $
.include <bsd.own.mk>
@@ -6,6 +6,7 @@
SUBDIR+= libgcc .WAIT
SUBDIR+= libiberty libobjc libgomp
SUBDIR+= libbacktrace
+SUBDIR+= liblsan
SUBDIR+= liblto_plugin
.if (${MKLIBSTDCXX} != "no") && (${MKCXX} != "no")
Home |
Main Index |
Thread Index |
Old Index