Module Name:    src
Committed By:   plunky
Date:           Mon Mar 26 14:31:12 UTC 2012

Modified Files:
        src/external/bsd/pcc: Makefile.inc
        src/external/bsd/pcc/include: config.h

Log Message:
update for pcc-20120325


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/pcc/Makefile.inc
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/pcc/include/config.h

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/Makefile.inc
diff -u src/external/bsd/pcc/Makefile.inc:1.16 src/external/bsd/pcc/Makefile.inc:1.17
--- src/external/bsd/pcc/Makefile.inc:1.16	Wed Jan 11 20:36:26 2012
+++ src/external/bsd/pcc/Makefile.inc	Mon Mar 26 14:31:12 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.16 2012/01/11 20:36:26 plunky Exp $
+#	$NetBSD: Makefile.inc,v 1.17 2012/03/26 14:31:12 plunky Exp $
 
 PCC_DIR:=${.PARSEDIR}
 PCC_DIST=${PCC_DIR}/dist/pcc
@@ -6,7 +6,7 @@ PCC_LIBS=${PCC_DIR}/dist/pcc-libs
 
 # (these strings will be updated by the prepare-import.sh script)
 PCC_VERSION=1.1.0.DEVEL
-PCC_DATESTAMP=20120105
+PCC_DATESTAMP=20120325
 
 TARGOS = netbsd
 

Index: src/external/bsd/pcc/include/config.h
diff -u src/external/bsd/pcc/include/config.h:1.5 src/external/bsd/pcc/include/config.h:1.6
--- src/external/bsd/pcc/include/config.h:1.5	Wed Jan 11 20:36:26 2012
+++ src/external/bsd/pcc/include/config.h	Mon Mar 26 14:31:12 2012
@@ -161,7 +161,7 @@
 #define TLS 1
 
 /* Version string */
-/* #define VERSSTR "pcc 1.1.0.DEVEL 20120105 for i386-unknown-netbsdelf5.99.56" */
+/* #define VERSSTR "pcc 1.1.0.DEVEL 20120325 for i386-unknown-netbsdelf6.99.3" */
 
 /* Size of wide-character type in chars */
 #define WCHAR_SIZE 4

Reply via email to