Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2019 18:37:33 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r354136 - in stable: 11/share/man/man5 11/tools/build/options 12/share/man/man5 12/tools/build/options
Message-ID:  <201910281837.x9SIbXj7001496@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/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)

Changes in other areas also in this revision:
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)

Modified: stable/12/share/man/man5/src.conf.5
==============================================================================
--- stable/12/share/man/man5/src.conf.5	Mon Oct 28 17:12:45 2019	(r354135)
+++ stable/12/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
@@ -1700,7 +1700,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/12/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/12/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/12/tools/build/options/WITH_SHARED_TOOLCHAIN
==============================================================================
--- stable/12/tools/build/options/WITH_SHARED_TOOLCHAIN	Mon Oct 28 17:12:45 2019	(r354135)
+++ stable/12/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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910281837.x9SIbXj7001496>