Module Name:    src
Committed By:   skrll
Date:           Tue Sep 18 07:05:15 UTC 2012

Modified Files:
        src/external/gpl3/gcc/usr.bin: Makefile.inc
        src/tools/gcc: Makefile

Log Message:
Update for gcc 4.5.4


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/usr.bin/Makefile.inc
cvs rdiff -u -r1.51 -r1.52 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/external/gpl3/gcc/usr.bin/Makefile.inc
diff -u src/external/gpl3/gcc/usr.bin/Makefile.inc:1.10 src/external/gpl3/gcc/usr.bin/Makefile.inc:1.11
--- src/external/gpl3/gcc/usr.bin/Makefile.inc:1.10	Sun Aug  7 11:41:50 2011
+++ src/external/gpl3/gcc/usr.bin/Makefile.inc	Tue Sep 18 07:05:15 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.10 2011/08/07 11:41:50 mrg Exp $
+#	$NetBSD: Makefile.inc,v 1.11 2012/09/18 07:05:15 skrll Exp $
 
 .ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_
 _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1
@@ -65,7 +65,7 @@ DATESTAMPSTR=		"\"\""
 # XXX pull this out of our configs
 G_BUGURL=<http://www.NetBSD.org/Misc/send-pr.html>
 G_BUGURL_s="\"${G_BUG_URL}\""
-G_PKGVERSION=(NetBSD nb2 20110806) 
+G_PKGVERSION=(NetBSD nb1 20120916) 
 G_PKGVERSION_s="\"${G_PKGVERSION} \""
 
 VER_CPPFLAGS=			-DBUGURL=${G_BUGURL_s} \

Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.51 src/tools/gcc/Makefile:1.52
--- src/tools/gcc/Makefile:1.51	Thu May 31 21:02:02 2012
+++ src/tools/gcc/Makefile	Tue Sep 18 07:05:15 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.51 2012/05/31 21:02:02 joerg Exp $
+#	$NetBSD: Makefile,v 1.52 2012/09/18 07:05:15 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -6,7 +6,6 @@ GCC_LANGUAGES=c c++ objc
 MODULE=			gcc4
 
 MKNATIVE_CONFIG_TARGET_LIBS= \
-	configure-target-libiberty \
 	configure-target-libstdc++-v3 \
 	configure-target-libobjc
 
@@ -37,7 +36,7 @@ COMMON_CONFIGURE_ARGS=	--target=${MACHIN
 			--enable-long-long \
 			--enable-threads \
 			--with-bugurl=http://www.NetBSD.org/Misc/send-pr.html \
-			--with-pkgversion="NetBSD nb2 20111202" \
+			--with-pkgversion="NetBSD nb1 20120916" \
 			--with-system-zlib \
 			${VAX_CONFIGURE_ARGS} \
 			--enable-__cxa_atexit

Reply via email to