svn commit: r356369 - head/share/man/man5

Ed Maste emaste at FreeBSD.org
Sun Jan 5 03:03:35 UTC 2020


Author: emaste
Date: Sun Jan  5 03:03:34 2020
New Revision: 356369
URL: https://svnweb.freebsd.org/changeset/base/356369

Log:
  src.conf.5: regen after r356367, default to GCC off

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Sun Jan  5 03:00:26 2020	(r356368)
+++ head/share/man/man5/src.conf.5	Sun Jan  5 03:03:34 2020	(r356369)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd January 3, 2020
+.Dd January 4, 2020
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -726,29 +726,14 @@ and
 .Xr ftpd 8 .
 .It Va WITHOUT_GAMES
 Set to not build games.
-.It Va WITHOUT_GCC
-Set to not build and install gcc and g++ as part of the normal build process.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386 and riscv/riscv64.
 .It Va WITH_GCC
 Set to build and install gcc and g++.
-.Pp
-This is a default setting on
-mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf and sparc64/sparc64.
-.It Va WITHOUT_GCC_BOOTSTRAP
-Set to not build gcc and g++ as part of the bootstrap process.
-You must enable either gcc or clang bootstrap to be able to build the system,
-unless an alternative compiler is provided via
-XCC.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386 and riscv/riscv64.
+This option is deprecated and will be removed before
+.Fx 13 .
 .It Va WITH_GCC_BOOTSTRAP
 Set to build gcc and g++ as part of the bootstrap process.
-.Pp
-This is a default setting on
-mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf and sparc64/sparc64.
+This option is deprecated and will be removed before
+.Fx 13 .
 .It Va WITHOUT_GCOV
 Set to not build the
 .Xr gcov 1
@@ -786,18 +771,10 @@ if a newer version is not installed.
 .Pp
 This is a default setting on
 amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
-.It Va WITHOUT_GNUCXX
-Do not build the GNU C++ stack (g++, libstdc++).
-This is the default on platforms where clang is the system compiler.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64 and i386/i386.
 .It Va WITH_GNUCXX
 Build the GNU C++ stack (g++, libstdc++).
-This is the default on platforms where gcc is the system compiler.
-.Pp
-This is a default setting on
-riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf, mips/mips64hf and sparc64/sparc64.
+This option is deprecated and will be removed before
+.Fx 13 .
 .It Va WITHOUT_GNU_DIFF
 Set to not build GNU
 .Xr diff 1


More information about the svn-src-all mailing list