diff options
author | Ed Maste <emaste@FreeBSD.org> | 2020-02-29 03:43:18 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2020-02-29 03:43:18 +0000 |
commit | a5798ec8ceeb79c01c579e87d989e352587ccc32 (patch) | |
tree | 284617f5313c696018787173e5beba5fe343ba40 | |
parent | 57f804675e65951d630a38d94c07be4a27ae4053 (diff) |
regen src.conf.5 after r358454, GCC 4.2.1 retirement
Notes
Notes:
svn path=/head/; revision=358455
-rw-r--r-- | share/man/man5/src.conf.5 | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 56b8ccf32a50..8281aa31f3f5 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,6 +1,6 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. .\" $FreeBSD$ -.Dd February 26, 2020 +.Dd February 29, 2020 .Dt SRC.CONF 5 .Os .Sh NAME @@ -379,9 +379,6 @@ Do not install links to the Clang C/C++ compiler as .Pa /usr/bin/c++ and .Pa /usr/bin/cpp . -If -.Va WITH_GCC -is set then links to the GCC C/C++ compiler will be installed instead. .Pp This is a default setting on mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf. @@ -420,8 +417,6 @@ When set, it enforces these options: .It .Va WITHOUT_ELFTOOLCHAIN_BOOTSTRAP .It -.Va WITHOUT_GCC_BOOTSTRAP -.It .Va WITHOUT_LLD_BOOTSTRAP .El .It Va WITHOUT_CRYPT @@ -493,8 +488,6 @@ When set, it enforces these options: .It .Va WITHOUT_DTRACE_TESTS .It -.Va WITHOUT_GNUCXX -.It .Va WITHOUT_GOOGLETEST .It .Va WITHOUT_LLVM_COV @@ -697,18 +690,6 @@ and .Xr ftpd 8 . .It Va WITHOUT_GAMES Set to not build games. -.It Va WITH_GCC -Set to build and install gcc and g++. -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. -This option is deprecated and will be removed before -.Fx 13 . -.It Va WITH_GCOV -Build and install the GNU -.Xr gcov 1 -tool. .It Va WITHOUT_GDB Set to not build .Xr gdb 1 . @@ -726,10 +707,6 @@ Set to install .Xr gdb 1 into .Pa /usr/bin . -.It Va WITH_GNUCXX -Build the GNU C++ stack (g++, libstdc++). -This option is deprecated and will be removed before -.Fx 13 . .It Va WITHOUT_GNU_DIFF Set to not build GNU .Xr diff 1 @@ -1623,9 +1600,7 @@ This does not prevent a compiler from being built for installation though, only for building one for the build itself. The .Va WITHOUT_CLANG -and -.Va WITHOUT_GCC -options control those. +option controls that. .It Va WITHOUT_SYSTEM_LINKER Set to not opportunistically skip building a cross-linker during the bootstrap phase of the build. @@ -1720,8 +1695,6 @@ When set, it enforces these options: .It .Va WITHOUT_CLANG_FULL .It -.Va WITHOUT_GCC -.It .Va WITHOUT_GDB .It .Va WITHOUT_INCLUDES |