Module Name:    src
Committed By:   mrg
Date:           Thu Aug  4 00:52:50 UTC 2011

Modified Files:
        src/doc: CHANGES
        src/share/mk: bsd.own.mk

Log Message:
switch sparc64 to GCC 4.5.3.


To generate a diff of this commit:
cvs rdiff -u -r1.1585 -r1.1586 src/doc/CHANGES
cvs rdiff -u -r1.675 -r1.676 src/share/mk/bsd.own.mk

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

Modified files:

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1585 src/doc/CHANGES:1.1586
--- src/doc/CHANGES:1.1585	Sun Jul 31 20:33:05 2011
+++ src/doc/CHANGES	Thu Aug  4 00:52:49 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1585 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1586 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1086,3 +1086,4 @@
 	mips: Add support for ralink RT3883 SoC from CradlePoint Technologies.
 		[matt 20110729]
 	postfix(1): Import version 2.8.4 [tron 20110731]
+	sparc64: Switch to GCC 4.5.3  [mrg 20110802]

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.675 src/share/mk/bsd.own.mk:1.676
--- src/share/mk/bsd.own.mk:1.675	Sat Jul 16 23:42:42 2011
+++ src/share/mk/bsd.own.mk	Thu Aug  4 00:52:50 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.675 2011/07/16 23:42:42 tsutsui Exp $
+#	$NetBSD: bsd.own.mk,v 1.676 2011/08/04 00:52:50 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -46,7 +46,16 @@
 #
 TOOLCHAIN_MISSING?=	no
 
-# default to GCC4.1
+#
+# Platforms using GCC 4.5
+#
+.if ${MACHINE_ARCH} == "sparc64"
+HAVE_GCC?=    45
+.endif
+
+#
+# Otherwise, default to GCC4.1
+#
 .if !defined(HAVE_GCC) && !defined(HAVE_PCC)
 HAVE_GCC=	4
 .endif

Reply via email to