Module Name:    src
Committed By:   skrll
Date:           Mon Sep 14 19:00:28 UTC 2020

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

Log Message:
Switch hppa to gcc 9.

Summary for 883 test programs:
    7487 passed test cases.
    644 failed test cases.
    51 expected failed test cases.
    582 skipped test cases.


To generate a diff of this commit:
cvs rdiff -u -r1.1215 -r1.1216 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.1215 src/share/mk/bsd.own.mk:1.1216
--- src/share/mk/bsd.own.mk:1.1215	Mon Sep 14 00:11:45 2020
+++ src/share/mk/bsd.own.mk	Mon Sep 14 19:00:28 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1215 2020/09/14 00:11:45 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1216 2020/09/14 19:00:28 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -65,7 +65,8 @@ TOOLCHAIN_MISSING?=	no
 #
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" || \
-    ${MACHINE_CPU} == "riscv" || ${MACHINE} == "ia64"
+    ${MACHINE_CPU} == "riscv" || ${MACHINE} == "ia64" || \
+    ${MACHINE_CPU} == "hppa"
 HAVE_GCC?=	9
 .else
 HAVE_GCC?=	8

Reply via email to