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/e73b420edd23
branches:  trunk
changeset: 323711:e73b420edd23
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 320f30f72b48 -r e73b420edd23 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