Source-Changes-HG archive

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

[src/trunk]: src/lib sanitizer for all.



details:   https://anonhg.NetBSD.org/src/rev/9f02fde2746c
branches:  trunk
changeset: 345658:9f02fde2746c
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 04 02:06:46 2016 +0000

description:
sanitizer for all.

diffstat:

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

diffs (21 lines):

diff -r bf89cac2ac26 -r 9f02fde2746c lib/Makefile
--- a/lib/Makefile      Sat Jun 04 00:11:01 2016 +0000
+++ b/lib/Makefile      Sat Jun 04 02:06:46 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.242 2016/06/04 00:11:01 christos Exp $
+#      $NetBSD: Makefile,v 1.243 2016/06/04 02:06:46 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -173,11 +173,9 @@
 SUBDIR+=       .WAIT
 
 SANITIZER_DIR=../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libasan
-.if !defined(HAVE_GCC)
 .if exists(${SANITIZER_DIR})
 SUBDIR+=       ${SANITIZER_DIR}
 .endif
-.endif
 
 SUBDIR+=       ../external/bsd/libarchive/lib  # depends on libxz
 



Home | Main Index | Thread Index | Old Index