diff options
| author | uwe <uwe@NetBSD.org> | 2020-10-12 21:05:54 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2020-10-12 21:05:54 +0000 |
| commit | dad1228d6f783a277fd76c05a3976f0a742aa8ab (patch) | |
| tree | ea2f94933a77fdc84f24f3723a5327ba047aa5da | |
| parent | dae8fbeca101ba71be9ed6b730247f606ef59e01 (diff) | |
Bump date and regen for BUILDING.mdoc revision 1.127
that introduced build.sh -c <compiler> option.
| -rw-r--r-- | BUILDING | 13 | ||||
| -rw-r--r-- | doc/BUILDING.mdoc | 4 |
2 files changed, 14 insertions, 3 deletions
@@ -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 diff --git a/doc/BUILDING.mdoc b/doc/BUILDING.mdoc index 1bf523b2580..af672d7aaff 100644 --- a/doc/BUILDING.mdoc +++ b/doc/BUILDING.mdoc @@ -1,4 +1,4 @@ -.\" $NetBSD: BUILDING.mdoc,v 1.127 2020/06/30 21:22:19 riastradh Exp $ +.\" $NetBSD: BUILDING.mdoc,v 1.128 2020/10/12 21:05:54 uwe Exp $ .\" .\" Copyright (c) 2001-2011 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -33,7 +33,7 @@ .\" Toolchain prefix for commands .ds toolprefix nb . -.Dd July 29, 2018 +.Dd July 1, 2020 .Dt BUILDING 8 .Os NetBSD . |
