Date: Sat, 29 Feb 2020 03:43:19 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r358455 - head/share/man/man5 Message-ID: <202002290343.01T3hJq2006635@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Sat Feb 29 03:43:18 2020 New Revision: 358455 URL: https://svnweb.freebsd.org/changeset/base/358455 Log: regen src.conf.5 after r358454, GCC 4.2.1 retirement Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ============================================================================== --- head/share/man/man5/src.conf.5 Sat Feb 29 03:25:51 2020 (r358454) +++ head/share/man/man5/src.conf.5 Sat Feb 29 03:43:18 2020 (r358455) @@ -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 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. @@ -1719,8 +1694,6 @@ When set, it enforces these options: .Va WITHOUT_CLANG_EXTRAS .It .Va WITHOUT_CLANG_FULL -.It -.Va WITHOUT_GCC .It .Va WITHOUT_GDB .It
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002290343.01T3hJq2006635>