Module Name: src
Committed By: skrll
Date: Tue May 27 09:19:30 UTC 2014
Modified Files:
src/tools/gcc: Makefile
Log Message:
Update with-pkgversion date for gcc 4.8.3 import.
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/tools/gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.66 src/tools/gcc/Makefile:1.67
--- src/tools/gcc/Makefile:1.66 Thu Feb 27 20:15:53 2014
+++ src/tools/gcc/Makefile Tue May 27 09:19:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2014/02/27 20:15:53 mrg Exp $
+# $NetBSD: Makefile,v 1.67 2014/05/27 09:19:30 skrll Exp $
.include <bsd.own.mk>
@@ -39,7 +39,7 @@ COMMON_CONFIGURE_ARGS= --target=${MACHIN
--enable-long-long \
--enable-threads \
--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html \
- --with-pkgversion="NetBSD nb1 20120916" \
+ --with-pkgversion="NetBSD nb1 20140527" \
--with-system-zlib \
--enable-__cxa_atexit
.if defined(GCC_CONFIG_ARCH.${MACHINE_ARCH})