Module Name: src
Committed By: uwe
Date: Mon Oct 12 21:14:37 UTC 2020
Modified Files:
src: BUILDING
src/doc: BUILDING.mdoc
Log Message:
Mention HOST_CFLAGS and HOST_CXXFLAGS.
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/BUILDING
cvs rdiff -u -r1.129 -r1.130 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.136 src/BUILDING:1.137
--- src/BUILDING:1.136 Mon Oct 12 21:05:54 2020
+++ src/BUILDING Mon Oct 12 21:14:36 2020
@@ -114,8 +114,12 @@ CONFIGURATION
HOST_CC Path name to C compiler used to create the toolchain.
+ HOST_CFLAGS Flags passed to the host C compiler.
+
HOST_CXX Path name to C++ compiler used to create the toolchain.
+ HOST_CXXFLAGS Flags passed to the host C++ compiler.
+
MACHINE Machine type, e.g., "macppc".
MACHINE_ARCH Machine architecture, e.g., "powerpc".
@@ -1124,4 +1128,4 @@ CAVEATS
in object directories. Instead, one may have to manually remove the
files. Consult the UPDATING file for notices concerning this.
-NetBSD July 1, 2020 NetBSD
+NetBSD October 13, 2020 NetBSD
Index: src/doc/BUILDING.mdoc
diff -u src/doc/BUILDING.mdoc:1.129 src/doc/BUILDING.mdoc:1.130
--- src/doc/BUILDING.mdoc:1.129 Mon Oct 12 21:12:34 2020
+++ src/doc/BUILDING.mdoc Mon Oct 12 21:14:37 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: BUILDING.mdoc,v 1.129 2020/10/12 21:12:34 uwe Exp $
+.\" $NetBSD: BUILDING.mdoc,v 1.130 2020/10/12 21:14:37 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 1, 2020
+.Dd October 13, 2020
.Dt BUILDING 8
.Os NetBSD
.
@@ -230,9 +230,15 @@ to an absolute path by searching the
.It Sy HOST_CC
Path name to C compiler used to create the toolchain.
.
+.It Sy HOST_CFLAGS
+Flags passed to the host C compiler.
+.
.It Sy HOST_CXX
Path name to C++ compiler used to create the toolchain.
.
+.It Sy HOST_CXXFLAGS
+Flags passed to the host C++ compiler.
+.
.It Sy MACHINE
Machine type, e.g.,
.Dq macppc .