Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib HAVE_GCC might not be defined at all...
details: https://anonhg.NetBSD.org/src/rev/9085bef95f48
branches: trunk
changeset: 803388:9085bef95f48
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Oct 24 22:42:40 2014 +0000
description:
HAVE_GCC might not be defined at all...
diffstat:
lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8dc39c629354 -r 9085bef95f48 lib/Makefile
--- a/lib/Makefile Fri Oct 24 22:42:16 2014 +0000
+++ b/lib/Makefile Fri Oct 24 22:42:40 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.217 2014/10/23 15:29:06 martin Exp $
+# $NetBSD: Makefile,v 1.218 2014/10/24 22:42:40 joerg Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -143,7 +143,7 @@
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libstdc++-v3
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libsupc++
.endif
-.if (${HAVE_GCC} == "48")
+.if (${HAVE_GCC:U} == "48")
SUBDIR+= ../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libasan
.endif
Home |
Main Index |
Thread Index |
Old Index