Module Name:    src
Committed By:   skrll
Date:           Sun Apr 26 20:13:43 UTC 2020

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Switch hppa to gcc 8


To generate a diff of this commit:
cvs rdiff -u -r1.1184 -r1.1185 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/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1184 src/share/mk/bsd.own.mk:1.1185
--- src/share/mk/bsd.own.mk:1.1184	Thu Apr 23 19:24:53 2020
+++ src/share/mk/bsd.own.mk	Sun Apr 26 20:13:43 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1184 2020/04/23 19:24:53 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1185 2020/04/26 20:13:43 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -72,7 +72,8 @@ TOOLCHAIN_MISSING?=	no
     ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "powerpc64" || \
-    ${MACHINE_CPU} == "riscv"
+    ${MACHINE_CPU} == "riscv" || \
+    ${MACHINE_CPU} == "hppa"
 HAVE_GCC?=	8
 .else
 HAVE_GCC?=	7

Reply via email to