Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk switch arm ports to GCC 6.



details:   https://anonhg.NetBSD.org/src/rev/d9a014f6c3e2
branches:  trunk
changeset: 320933:d9a014f6c3e2
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 05 08:08:06 2018 +0000

description:
switch arm ports to GCC 6.

this is the last GCC that will support these ports:
- epoc32
- netwinder
- shark
- acorn32
- cats
- most hpcarm systems (only NETBOOKPRO and WZERO3 remain)

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dcd3e49210a3 -r d9a014f6c3e2 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Mar 05 07:47:21 2018 +0000
+++ b/share/mk/bsd.own.mk       Mon Mar 05 08:08:06 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1043 2018/03/05 07:03:27 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1044 2018/03/05 08:08:06 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -69,6 +69,7 @@
 HAVE_GCC?=     0
 .elif \
     ${MACHINE_CPU} == "alpha" || \
+    ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "hppa" || \
     ${MACHINE_CPU} == "ia64" || \
     ${MACHINE_CPU} == "i386" || \



Home | Main Index | Thread Index | Old Index