Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add aarch64 and sparc64 to MKZFS yes.



details:   https://anonhg.NetBSD.org/src/rev/0edc30346519
branches:  trunk
changeset: 953914:0edc30346519
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Mar 24 04:36:57 2021 +0000

description:
Add aarch64 and sparc64 to MKZFS yes.
Sort the machine names for the "Default: yes on ..." lines.

diffstat:

 share/mk/bsd.README |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 3a9e530b178b -r 0edc30346519 share/mk/bsd.README
--- a/share/mk/bsd.README       Wed Mar 24 02:53:16 2021 +0000
+++ b/share/mk/bsd.README       Wed Mar 24 04:36:57 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.415 2020/11/10 21:47:49 kamil Exp $
+#      $NetBSD: bsd.README,v 1.416 2021/03/24 04:36:57 simonb Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -134,7 +134,7 @@
                Default: no
 
 MKCOMPAT       If "no", don't build or install the src/compat.
-               Default: yes on amd64/mips64/sparc64, no elsewhere.
+               Default: yes on amd64, mips64 and sparc64, no elsewhere.
 
 MKCOMPATTESTS          If "yes", build and install the NetBSD test suite when
                building and installing src/compat.
@@ -371,7 +371,7 @@
 
 MKNOUVEAUFIRMWARE If "yes", install the /libdata/firmware/nouveau directory,
                which is necessary for the nouveau DRM driver.
-               Default: yes on i386 and amd64, no elsewhere.
+               Default: yes on amd64 and i386, no elsewhere.
 
 MKNPF          If "no", don't build or install the NPF and its modules.
                Default: yes
@@ -429,7 +429,7 @@
 
 MKRADEONFIRMWARE If "yes", install the /libdata/firmware/radeon directory,
                which is necessary for the radeon DRM driver.
-               Default: yes on i386 and amd64, no elsewhere.
+               Default: yes on amd64 and i386, no elsewhere.
 
 MKRELRO                If "partial", set the non-PLT GOT to read-only. If "full"
                also force immediate symbol binding.
@@ -544,7 +544,7 @@
                used to manage ZFS file system. Do not build zfs and solaris
                compatibility kernel modules.  Note: ZFS requires 64bit
                atomic operations.
-               Default: yes on amd64, no elsewhere.
+               Default: yes on aarch64, amd64 and sparc64, no elsewhere.
 
 MKRUMP         If "no", do not build and install rump related headers,
                libraries, and programs.



Home | Main Index | Thread Index | Old Index