Module Name:    src
Committed By:   uwe
Date:           Mon Oct 12 21:05:54 UTC 2020

Modified Files:
        src: BUILDING
        src/doc: BUILDING.mdoc

Log Message:
Bump date and regen for BUILDING.mdoc revision 1.127
that introduced build.sh -c <compiler> option.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/BUILDING
cvs rdiff -u -r1.127 -r1.128 src/doc/BUILDING.mdoc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/BUILDING
diff -u src/BUILDING:1.135 src/BUILDING:1.136
--- src/BUILDING:1.135	Wed May  8 14:03:57 2019
+++ src/BUILDING	Mon Oct 12 21:05:54 2020
@@ -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

Index: src/doc/BUILDING.mdoc
diff -u src/doc/BUILDING.mdoc:1.127 src/doc/BUILDING.mdoc:1.128
--- src/doc/BUILDING.mdoc:1.127	Tue Jun 30 21:22:19 2020
+++ src/doc/BUILDING.mdoc	Mon Oct 12 21:05:54 2020
@@ -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
 .

Reply via email to