Module Name:    src
Committed By:   mrg
Date:           Wed Aug 17 09:18:38 UTC 2011

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

Log Message:
switch sparc to GCC 4.5.3.


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 src/UPDATING
cvs rdiff -u -r1.1595 -r1.1596 src/doc/CHANGES
cvs rdiff -u -r1.678 -r1.679 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/UPDATING
diff -u src/UPDATING:1.227 src/UPDATING:1.228
--- src/UPDATING:1.227	Fri Aug 12 03:26:51 2011
+++ src/UPDATING	Wed Aug 17 09:18:38 2011
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.227 2011/08/12 03:26:51 riastradh Exp $
+$NetBSD: UPDATING,v 1.228 2011/08/17 09:18:38 mrg Exp $
 
 This file (UPDATING) is intended to be a brief reference to recent
 changes that might cause problems in the build process, and a guide for
@@ -15,6 +15,10 @@
 
 Recent changes:
 ^^^^^^^^^^^^^^^
+20110817:
+	sparc has been changed to use GCC 4.5.3, so any objdir or
+	DESTDIR for them should be deleted before updating.
+
 20110806:
 	i386 and amd64 have been changed to use GCC 4.5.3, so any
 	objdir or DESTDIR for them should be deleted before updating.

Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1595 src/doc/CHANGES:1.1596
--- src/doc/CHANGES:1.1595	Tue Aug 16 07:05:15 2011
+++ src/doc/CHANGES	Wed Aug 17 09:18:37 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1595 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.1596 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1105,4 +1105,5 @@
 		cards. [mbalmer 20110811]
 	gpio(4), gpiosim(4): Build as modules. [mbalmer 20110812]
 	mips: add support for MIPS DSP v2 ASE. [matt 20110815]
+	sparc: Switch to GCC 4.5.3  [mrg 20110817]
 

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.678 src/share/mk/bsd.own.mk:1.679
--- src/share/mk/bsd.own.mk:1.678	Sun Aug  7 08:15:02 2011
+++ src/share/mk/bsd.own.mk	Wed Aug 17 09:18:38 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.678 2011/08/07 08:15:02 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.679 2011/08/17 09:18:38 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -52,6 +52,7 @@
 .if ${MACHINE_ARCH} == "i386"     || \
     ${MACHINE_CPU}  == "mips"     || \
     ${MACHINE_ARCH} == "powerpc"  || \
+    ${MACHINE_ARCH} == "sparc"    || \
     ${MACHINE_ARCH} == "sparc64"  || \
     ${MACHINE_ARCH} == "x86_64"
 HAVE_GCC?=    45

Reply via email to