Module Name:    src
Committed By:   skrll
Date:           Sun Apr 18 20:32:49 UTC 2021

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

Log Message:
Switch hppa to gcc 10


To generate a diff of this commit:
cvs rdiff -u -r1.1241 -r1.1242 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.1241 src/share/mk/bsd.own.mk:1.1242
--- src/share/mk/bsd.own.mk:1.1241	Sat Apr 17 09:39:33 2021
+++ src/share/mk/bsd.own.mk	Sun Apr 18 20:32:49 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1241 2021/04/17 09:39:33 mlelstv Exp $
+#	$NetBSD: bsd.own.mk,v 1.1242 2021/04/18 20:32:49 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -65,6 +65,7 @@ TOOLCHAIN_MISSING?=	no
 #
 .if ${MACHINE} == "alpha" || \
     ${MACHINE_ARCH} == "x86_64" || \
+    ${MACHINE} == "hppa" || \
     ${MACHINE} == "ia64" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \

Reply via email to