Module Name:    src
Committed By:   martin
Date:           Thu Oct 23 15:29:06 UTC 2014

Modified Files:
        src/lib: Makefile

Log Message:
Only visit libasan if ${HAVE_GCC} == "48"


To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.216 src/lib/Makefile:1.217
--- src/lib/Makefile:1.216	Wed Oct 22 23:20:48 2014
+++ src/lib/Makefile	Thu Oct 23 15:29:06 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.216 2014/10/22 23:20:48 christos Exp $
+#	$NetBSD: Makefile,v 1.217 2014/10/23 15:29:06 martin Exp $
 #	from: @(#)Makefile	5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -143,7 +143,9 @@ SUBDIR+=	../external/bsd/libc++
 SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libstdc++-v3
 SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libsupc++
 .endif
+.if (${HAVE_GCC} == "48")
 SUBDIR+=	../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libasan
+.endif
 
 #==================== 2nd library dependency barrier ====================
 SUBDIR+=	.WAIT

Reply via email to