Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Bump date and regen for BUILDING.mdoc revision 1.127
details: https://anonhg.NetBSD.org/src/rev/caf9251a110c
branches: trunk
changeset: 944828:caf9251a110c
user: uwe <uwe%NetBSD.org@localhost>
date: Mon Oct 12 21:05:54 2020 +0000
description:
Bump date and regen for BUILDING.mdoc revision 1.127
that introduced build.sh -c <compiler> option.
diffstat:
BUILDING | 13 ++++++++++++-
doc/BUILDING.mdoc | 4 ++--
2 files changed, 14 insertions(+), 3 deletions(-)
diffs (45 lines):
diff -r 3f651927d4fc -r caf9251a110c BUILDING
--- a/BUILDING Mon Oct 12 17:55:53 2020 +0000
+++ b/BUILDING Mon Oct 12 21:05:54 2020 +0000
@@ -906,6 +906,17 @@
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 @@
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 -r 3f651927d4fc -r caf9251a110c doc/BUILDING.mdoc
--- a/doc/BUILDING.mdoc Mon Oct 12 17:55:53 2020 +0000
+++ b/doc/BUILDING.mdoc Mon Oct 12 21:05:54 2020 +0000
@@ -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
.
Home |
Main Index |
Thread Index |
Old Index