Module Name: src
Committed By: nia
Date: Thu May 26 06:23:57 UTC 2022
Modified Files:
src/share/mk: bsd.README
Log Message:
mk: Document that some options were enabled by default on aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.432 -r1.433 src/share/mk/bsd.README
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.README
diff -u src/share/mk/bsd.README:1.432 src/share/mk/bsd.README:1.433
--- src/share/mk/bsd.README:1.432 Wed May 25 21:25:47 2022
+++ src/share/mk/bsd.README Thu May 26 06:23:57 2022
@@ -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 @@ MKNLS If "no", don't build or install t
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 @@ MKPICLIB If "no", don't build *_pic.a li
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 @@ MKPROFILE If "no", don't build or instal
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.