Mention HOST_CFLAGS and HOST_CXXFLAGS.

This commit is contained in:
uwe 2020-10-12 21:14:36 +00:00
parent 9a7d963937
commit 02b4a321b1
2 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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 .