svn commit: r354136 - in stable: 11/share/man/man5 11/tools/build/options 12/share/man/man5 12/tools/build/options
Dimitry Andric
dim at FreeBSD.org
Mon Oct 28 18:37:34 UTC 2019
Author: dim
Date: Mon Oct 28 18:37:32 2019
New Revision: 354136
URL: https://svnweb.freebsd.org/changeset/base/354136
Log:
MFC r353933:
Slightly expand description of WITH_SHARED_TOOLCHAIN, add a
corresponding WITHOUT_SHARED_TOOLCHAIN description, and regenerate
src.conf(5).
Added:
stable/11/tools/build/options/WITHOUT_SHARED_TOOLCHAIN
- copied unchanged from r353933, head/tools/build/options/WITHOUT_SHARED_TOOLCHAIN
Modified:
stable/11/share/man/man5/src.conf.5
stable/11/tools/build/options/WITH_SHARED_TOOLCHAIN
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this revision:
Added:
stable/12/tools/build/options/WITHOUT_SHARED_TOOLCHAIN
- copied unchanged from r353933, head/tools/build/options/WITHOUT_SHARED_TOOLCHAIN
Modified:
stable/12/share/man/man5/src.conf.5
stable/12/tools/build/options/WITH_SHARED_TOOLCHAIN
Directory Properties:
stable/12/ (props changed)
Modified: stable/11/share/man/man5/src.conf.5
==============================================================================
--- stable/11/share/man/man5/src.conf.5 Mon Oct 28 17:12:45 2019 (r354135)
+++ stable/11/share/man/man5/src.conf.5 Mon Oct 28 18:37:32 2019 (r354136)
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd October 21, 2019
+.Dd October 28, 2019
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1492,7 +1492,7 @@ Set to not build the
.Bx 4.4
legacy docs.
.It Va WITH_SHARED_TOOLCHAIN
-Set to build the toolchain binaries shared.
+Set to build the toolchain binaries as dynamically linked executables.
The set includes
.Xr cc 1 ,
.Xr make 1
Copied: stable/11/tools/build/options/WITHOUT_SHARED_TOOLCHAIN (from r353933, head/tools/build/options/WITHOUT_SHARED_TOOLCHAIN)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/11/tools/build/options/WITHOUT_SHARED_TOOLCHAIN Mon Oct 28 18:37:32 2019 (r354136, copy of r353933, head/tools/build/options/WITHOUT_SHARED_TOOLCHAIN)
@@ -0,0 +1,6 @@
+.\" $FreeBSD$
+Set to build the toolchain binaries as statically linked executables.
+The set includes
+.Xr cc 1 ,
+.Xr make 1
+and necessary utilities like assembler, linker and library archive manager.
Modified: stable/11/tools/build/options/WITH_SHARED_TOOLCHAIN
==============================================================================
--- stable/11/tools/build/options/WITH_SHARED_TOOLCHAIN Mon Oct 28 17:12:45 2019 (r354135)
+++ stable/11/tools/build/options/WITH_SHARED_TOOLCHAIN Mon Oct 28 18:37:32 2019 (r354136)
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-Set to build the toolchain binaries shared.
+Set to build the toolchain binaries as dynamically linked executables.
The set includes
.Xr cc 1 ,
.Xr make 1
More information about the svn-src-stable
mailing list