Module Name: src
Committed By: mrg
Date: Tue Jun 28 04:23:56 UTC 2011
Added Files:
src/external/gpl3/gcc/lib: Makefile
Log Message:
build the gcc libraries.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/external/gpl3/gcc/lib/Makefile
diff -u /dev/null src/external/gpl3/gcc/lib/Makefile:1.1
--- /dev/null Tue Jun 28 04:23:56 2011
+++ src/external/gpl3/gcc/lib/Makefile Tue Jun 28 04:23:56 2011
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1 2011/06/28 04:23:56 mrg Exp $
+
+SUBDIR+= crtstuff libgcc libiberty libobjc libsupc++ libstdc++-v3
+
+.include <bsd.subdir.mk>