Module Name:    src
Committed By:   plunky
Date:           Fri Feb  5 08:46:26 UTC 2010

Modified Files:
        src/external/bsd/pcc/lib: Makefile
Removed Files:
        src/external/bsd/pcc/lib/crtstuff: Makefile

Log Message:
don't build and install the crtbegin.o and crtend.o files at this stage,
they conflict with the system provided ones (lib/csu) and cause problems.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/pcc/lib/Makefile
cvs rdiff -u -r1.2 -r0 src/external/bsd/pcc/lib/crtstuff/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/pcc/lib/Makefile
diff -u src/external/bsd/pcc/lib/Makefile:1.2 src/external/bsd/pcc/lib/Makefile:1.3
--- src/external/bsd/pcc/lib/Makefile:1.2	Wed Jan 20 11:45:55 2010
+++ src/external/bsd/pcc/lib/Makefile	Fri Feb  5 08:46:25 2010
@@ -1,5 +1,5 @@
-#	$NetBSD: Makefile,v 1.2 2010/01/20 11:45:55 plunky Exp $
+#	$NetBSD: Makefile,v 1.3 2010/02/05 08:46:25 plunky Exp $
 
-SUBDIR=		crtstuff libpcc
+SUBDIR=		libpcc
 
 .include <bsd.subdir.mk>

Reply via email to