Bump date and regen for BUILDING.mdoc revision 1.127
that introduced build.sh -c <compiler> option.
This commit is contained in:
parent
749e6dfcc2
commit
c6ee822b87
13
BUILDING
13
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
|
||||
|
|
|
@ -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
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue