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 add libasan to the build



details:   https://anonhg.NetBSD.org/src/rev/2797d8ac8364
branches:  trunk
changeset: 333192:2797d8ac8364
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 22 21:21:02 2014 +0000

description:
add libasan to the build

diffstat:

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

diffs (16 lines):

diff -r 3e7780a8ec50 -r 2797d8ac8364 external/gpl3/gcc/lib/Makefile
--- a/external/gpl3/gcc/lib/Makefile    Wed Oct 22 21:19:59 2014 +0000
+++ b/external/gpl3/gcc/lib/Makefile    Wed Oct 22 21:21:02 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 2014/03/01 10:00:31 mrg Exp $
+#      $NetBSD: Makefile,v 1.8 2014/10/22 21:21:02 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -11,4 +11,6 @@
 SUBDIR+= libsupc++ libstdc++-v3
 .endif
 
+SUBDIR+= libasan
+
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index