Source-Changes-HG archive

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

[src/trunk]: src/lib Only visit libasan if ${HAVE_GCC} == "48"



details:   https://anonhg.NetBSD.org/src/rev/bea0e1dd1680
branches:  trunk
changeset: 803353:bea0e1dd1680
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Oct 23 15:29:06 2014 +0000

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

diffstat:

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

diffs (19 lines):

diff -r 3a88ceaf66fb -r bea0e1dd1680 lib/Makefile
--- a/lib/Makefile      Thu Oct 23 14:19:33 2014 +0000
+++ b/lib/Makefile      Thu Oct 23 15:29:06 2014 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index