svn commit: r358748 - stable/12/tools/build/options
Ed Maste
emaste at FreeBSD.org
Sun Mar 8 18:05:18 UTC 2020
Author: emaste
Date: Sun Mar 8 18:05:17 2020
New Revision: 358748
URL: https://svnweb.freebsd.org/changeset/base/358748
Log:
MFC r356759, r356890, r357617: BINUTILS option description updates
Sponsored by: The FreeBSD Foundation
Modified:
stable/12/tools/build/options/WITHOUT_BINUTILS
stable/12/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
stable/12/tools/build/options/WITH_BINUTILS_BOOTSTRAP
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/tools/build/options/WITHOUT_BINUTILS
==============================================================================
--- stable/12/tools/build/options/WITHOUT_BINUTILS Sun Mar 8 17:59:46 2020 (r358747)
+++ stable/12/tools/build/options/WITHOUT_BINUTILS Sun Mar 8 18:05:17 2020 (r358748)
@@ -1,9 +1,7 @@
.\" $FreeBSD$
-Set to not build or install GNU
+Do not build or install GNU
.Xr as 1 ,
-.Xr objdump 1 ,
-and for some CPU architectures
-.Xr ld.bfd 1
+.Xr ld.bfd 1 , and
+.Xr objdump 1
as part
of the normal system build.
-The resulting system cannot build programs from source.
Modified: stable/12/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP
==============================================================================
--- stable/12/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP Sun Mar 8 17:59:46 2020 (r358747)
+++ stable/12/tools/build/options/WITHOUT_BINUTILS_BOOTSTRAP Sun Mar 8 18:05:17 2020 (r358748)
@@ -1,7 +1,3 @@
.\" $FreeBSD$
-Set to not build binutils (as, ld, and objdump)
+Do not build GNU binutils
as part of the bootstrap process.
-.Bf -symbolic
-The option does not work for build targets unless some alternative
-toolchain is provided.
-.Ef
Modified: stable/12/tools/build/options/WITH_BINUTILS_BOOTSTRAP
==============================================================================
--- stable/12/tools/build/options/WITH_BINUTILS_BOOTSTRAP Sun Mar 8 17:59:46 2020 (r358747)
+++ stable/12/tools/build/options/WITH_BINUTILS_BOOTSTRAP Sun Mar 8 18:05:17 2020 (r358748)
@@ -1,3 +1,3 @@
.\" $FreeBSD$
-Set build binutils (as, ld, and objdump)
+Build GNU binutils
as part of the bootstrap process.
More information about the svn-src-stable-12
mailing list