switch sparc to GCC 4.5.3.

This commit is contained in:
mrg 2011-08-17 09:18:37 +00:00
parent 3392b60945
commit 8188255310
3 changed files with 9 additions and 3 deletions

View File

@ -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 @@ See also: BUILDING, build.sh, Makefile.
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.

View File

@ -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 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
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]

View File

@ -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 @@ TOOLCHAIN_MISSING?= no
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_CPU} == "mips" || \
${MACHINE_ARCH} == "powerpc" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64" || \
${MACHINE_ARCH} == "x86_64"
HAVE_GCC?= 45