Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src switch PPC to GCC 4.8.
details: https://anonhg.NetBSD.org/src/rev/cae1703f5e15
branches: trunk
changeset: 334962:cae1703f5e15
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Dec 18 02:28:34 2014 +0000
description:
switch PPC to GCC 4.8.
diffstat:
doc/CHANGES | 3 ++-
share/mk/bsd.own.mk | 5 ++---
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r f55d35112808 -r cae1703f5e15 doc/CHANGES
--- a/doc/CHANGES Wed Dec 17 20:53:08 2014 +0000
+++ b/doc/CHANGES Thu Dec 18 02:28:34 2014 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2026 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2027 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -112,3 +112,4 @@
dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209]
bind: Import version 9.10.1-P1. [christos 20141209]
dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217]
+ powerpc: Switch to GCC 4.8. [matt 20141218]
diff -r f55d35112808 -r cae1703f5e15 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Dec 17 20:53:08 2014 +0000
+++ b/share/mk/bsd.own.mk Thu Dec 18 02:28:34 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.838 2014/12/16 06:04:10 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.839 2014/12/18 02:28:34 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -63,8 +63,7 @@
# Platforms still using GCC 4.5
.if \
- ${MACHINE_CPU} == "m68k" || \
- ${MACHINE_ARCH} == "powerpc"
+ ${MACHINE_CPU} == "m68k"
HAVE_GCC?= 45
.elif ${MACHINE} == "playstation2" || ${MACHINE_CPU} == "aarch64"
Home |
Main Index |
Thread Index |
Old Index