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 Put back asan now it works.



details:   https://anonhg.NetBSD.org/src/rev/7ea390616201
branches:  trunk
changeset: 815752:7ea390616201
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 01 17:07:13 2016 +0000

description:
Put back asan now it works.

diffstat:

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

diffs (18 lines):

diff -r 98e93e805eb6 -r 7ea390616201 external/gpl3/gcc/lib/Makefile
--- a/external/gpl3/gcc/lib/Makefile    Wed Jun 01 17:03:26 2016 +0000
+++ b/external/gpl3/gcc/lib/Makefile    Wed Jun 01 17:07:13 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2016/03/16 05:41:47 mrg Exp $
+#      $NetBSD: Makefile,v 1.11 2016/06/01 17:07:13 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -12,7 +12,6 @@
 SUBDIR+= libsupc++ libstdc++-v3
 .endif
 
-# XXX GCC5
-#SUBDIR+= libasan
+SUBDIR+= libasan
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index