Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src switch sparc to GCC 4.5.3.
details: https://anonhg.NetBSD.org/src/rev/673ea9bb3c5f
branches: trunk
changeset: 768459:673ea9bb3c5f
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Aug 17 09:18:37 2011 +0000
description:
switch sparc to GCC 4.5.3.
diffstat:
UPDATING | 6 +++++-
doc/CHANGES | 3 ++-
share/mk/bsd.own.mk | 3 ++-
3 files changed, 9 insertions(+), 3 deletions(-)
diffs (52 lines):
diff -r b506a77dacf6 -r 673ea9bb3c5f UPDATING
--- a/UPDATING Wed Aug 17 09:03:47 2011 +0000
+++ b/UPDATING Wed Aug 17 09:18:37 2011 +0000
@@ -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.
diff -r b506a77dacf6 -r 673ea9bb3c5f doc/CHANGES
--- a/doc/CHANGES Wed Aug 17 09:03:47 2011 +0000
+++ b/doc/CHANGES Wed Aug 17 09:18:37 2011 +0000
@@ -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]
diff -r b506a77dacf6 -r 673ea9bb3c5f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Aug 17 09:03:47 2011 +0000
+++ b/share/mk/bsd.own.mk Wed Aug 17 09:18:37 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index