summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authoruwe <uwe@NetBSD.org>2020-10-12 21:05:54 +0000
committeruwe <uwe@NetBSD.org>2020-10-12 21:05:54 +0000
commitdad1228d6f783a277fd76c05a3976f0a742aa8ab (patch)
treeea2f94933a77fdc84f24f3723a5327ba047aa5da /BUILDING
parentdae8fbeca101ba71be9ed6b730247f606ef59e01 (diff)
Bump date and regen for BUILDING.mdoc revision 1.127
that introduced build.sh -c <compiler> option.
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING13
1 files changed, 12 insertions, 1 deletions
diff --git a/BUILDING b/BUILDING
index 37faa31155a..88c267585a1 100644
--- a/BUILDING
+++ b/BUILDING
@@ -906,6 +906,17 @@ BUILDING
may be specified via multiple -C options, or via a single
option whose argument contains multiple space-separated paths.
+ -c compiler
+ Select the compiler for the toolchain to build NetBSD and for
+ inclusion in the NetBSD distribution. Supported choices:
+
+ clang
+
+ gcc [default]
+
+ The compiler used to build the toolchain can be different; see
+ HOST_CC and HOST_CXX.
+
-D dest Set the value of DESTDIR to dest. If a relative path is
specified, it will be converted to an absolute path before
being used.
@@ -1113,4 +1124,4 @@ CAVEATS
in object directories. Instead, one may have to manually remove the
files. Consult the UPDATING file for notices concerning this.
-NetBSD July 29, 2018 NetBSD
+NetBSD July 1, 2020 NetBSD