Source-Changes-HG archive

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

[src/trunk]: src/share/mk mk: Document that some options were enabled by defa...



details:   https://anonhg.NetBSD.org/src/rev/057120b8d850
branches:  trunk
changeset: 366410:057120b8d850
user:      nia <nia%NetBSD.org@localhost>
date:      Thu May 26 06:23:57 2022 +0000

description:
mk: Document that some options were enabled by default on aarch64

diffstat:

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

diffs (41 lines):

diff -r 211ffd0528ac -r 057120b8d850 share/mk/bsd.README
--- a/share/mk/bsd.README       Thu May 26 05:34:04 2022 +0000
+++ b/share/mk/bsd.README       Thu May 26 06:23:57 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.432 2022/05/25 21:25:47 nia Exp $
+#      $NetBSD: bsd.README,v 1.433 2022/05/26 06:23:57 nia Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -387,7 +387,7 @@
 
 MKNOUVEAUFIRMWARE If "yes", install the /libdata/firmware/nouveau directory,
                which is necessary for the nouveau DRM driver.
-               Default: yes on amd64 and i386, no elsewhere.
+               Default: yes on x86 and aarch64, no elsewhere.
 
 MKNPF          If "no", don't build or install the NPF and its modules.
                Default: yes
@@ -429,7 +429,7 @@
 
 MKPIE          If "no", create regular executables. Otherwise create
                PIE (Position Independent Executables).
-               Default: no
+               Default: depends on CPU architecture
 
 NOPIE          Don't create PIE (Position Independent Executables)
                It is set internally for standalone programs.
@@ -445,11 +445,11 @@
 
 MKRADEONFIRMWARE If "yes", install the /libdata/firmware/radeon directory,
                which is necessary for the radeon DRM driver.
-               Default: yes on amd64 and i386, no elsewhere.
+               Default: yes on x86 and aarch64, no elsewhere.
 
 MKRELRO                If "partial", set the non-PLT GOT to read-only. If "full"
                also force immediate symbol binding.
-               Default: no
+               Default: partial on x86 and aarch64, no elsewhere.
 
 NOFULLRELRO    Don't compile with immediate symbol binding during build.
                It is set internally for standalone programs.



Home | Main Index | Thread Index | Old Index