Source-Changes-HG archive

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

[src/trunk]: src/share/mk ZFS works fine on my v210, so let's enable it for s...



details:   https://anonhg.NetBSD.org/src/rev/ec9de9768cfd
branches:  trunk
changeset: 745274:ec9de9768cfd
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Feb 27 12:52:20 2020 +0000

description:
ZFS works fine on my v210, so let's enable it for sparc64

diffstat:

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

diffs (22 lines):

diff -r 50e6b055549c -r ec9de9768cfd share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Feb 27 10:35:08 2020 +0000
+++ b/share/mk/bsd.own.mk       Thu Feb 27 12:52:20 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1176 2020/02/07 14:08:11 jmcneill Exp $
+#      $NetBSD: bsd.own.mk,v 1.1177 2020/02/27 12:52:20 macallan Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1026,9 +1026,10 @@
 .endif
 
 #
-# We want to build zfs only for amd64 and aarch64 by default for now.
+# We want to build zfs only for amd64, aarch64 and sparc64 by default for now.
 #
-.if ${MACHINE} == "amd64" || ${MACHINE_ARCH} == "aarch64"
+.if ${MACHINE} == "amd64" || ${MACHINE_ARCH} == "aarch64" || \
+    ${MACHINE} == "sparc64"
 MKZFS?=                yes
 .endif
 



Home | Main Index | Thread Index | Old Index