Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libproc/lib don't try to do c++ if MKCXX == "no".



details:   https://anonhg.NetBSD.org/src/rev/56b50b08180f
branches:  trunk
changeset: 344129:56b50b08180f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 15 03:17:59 2016 +0000

description:
don't try to do c++ if MKCXX == "no".

diffstat:

 external/bsd/libproc/lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4a83485f180f -r 56b50b08180f external/bsd/libproc/lib/Makefile
--- a/external/bsd/libproc/lib/Makefile Tue Mar 15 02:59:24 2016 +0000
+++ b/external/bsd/libproc/lib/Makefile Tue Mar 15 03:17:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/12/24 00:36:43 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/03/15 03:17:59 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -33,7 +33,7 @@
 CPPFLAGS+=     -DNO_CTF
 .endif
 
-.if defined(NOCPLUSPLUS)
+.if defined(NOCPLUSPLUS) || ${MKCXX} == "no"
 CPPFLAGS+=     -DNO_CXA_DEMANGLE
 .else
 LIBISCXX=      yes



Home | Main Index | Thread Index | Old Index