Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Mention HOST_CFLAGS and HOST_CXXFLAGS.



details:   https://anonhg.NetBSD.org/src/rev/bc351c64710a
branches:  trunk
changeset: 944830:bc351c64710a
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Oct 12 21:14:36 2020 +0000

description:
Mention HOST_CFLAGS and HOST_CXXFLAGS.

diffstat:

 BUILDING          |   6 +++++-
 doc/BUILDING.mdoc |  10 ++++++++--
 2 files changed, 13 insertions(+), 3 deletions(-)

diffs (56 lines):

diff -r 928d34032980 -r bc351c64710a BUILDING
--- a/BUILDING  Mon Oct 12 21:12:34 2020 +0000
+++ b/BUILDING  Mon Oct 12 21:14:36 2020 +0000
@@ -114,8 +114,12 @@
 
      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 @@
      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
diff -r 928d34032980 -r bc351c64710a doc/BUILDING.mdoc
--- a/doc/BUILDING.mdoc Mon Oct 12 21:12:34 2020 +0000
+++ b/doc/BUILDING.mdoc Mon Oct 12 21:14:36 2020 +0000
@@ -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 @@
 .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 .



Home | Main Index | Thread Index | Old Index