Module Name:    src
Committed By:   matt
Date:           Wed Aug 26 03:37:08 UTC 2009

Modified Files:
        src/gnu/lib [matt-nb5-mips64]: Makefile

Log Message:
Don't make libsupc++ or libstdc++ if MKCXX is no.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.42.30.1 src/gnu/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/gnu/lib/Makefile
diff -u src/gnu/lib/Makefile:1.42 src/gnu/lib/Makefile:1.42.30.1
--- src/gnu/lib/Makefile:1.42	Mon Nov 20 17:08:35 2006
+++ src/gnu/lib/Makefile	Wed Aug 26 03:37:08 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.42 2006/11/20 17:08:35 skrll Exp $
+#	$NetBSD: Makefile,v 1.42.30.1 2009/08/26 03:37:08 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,10 @@
 .endif
 
 .if ${MKGCC} != "no"
-SUBDIR+= crtstuff4 libgcc4 libobjc4 libsupc++4 libstdc++-v3_4
+SUBDIR+= crtstuff4 libgcc4 libobjc4
+.if ${MKCXX} != "no"
+SUBDIR+= libsupc++4 libstdc++-v3_4
+.endif
 .endif
 
 SUBDIR+= libmalloc

Reply via email to