Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib add asan to the libraries we build.



details:   https://anonhg.NetBSD.org/src/rev/eb038668c69a
branches:  trunk
changeset: 333195:eb038668c69a
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 22 23:20:48 2014 +0000

description:
add asan to the libraries we build.

diffstat:

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

diffs (17 lines):

diff -r 3752db42e3fa -r eb038668c69a lib/Makefile
--- a/lib/Makefile      Wed Oct 22 23:17:24 2014 +0000
+++ b/lib/Makefile      Wed Oct 22 23:20:48 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.215 2014/06/13 01:17:45 mrg Exp $
+#      $NetBSD: Makefile,v 1.216 2014/10/22 23:20:48 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -143,6 +143,7 @@
 SUBDIR+=       ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libstdc++-v3
 SUBDIR+=       ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libsupc++
 .endif
+SUBDIR+=       ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libasan
 
 #==================== 2nd library dependency barrier ====================
 SUBDIR+=       .WAIT



Home | Main Index | Thread Index | Old Index