From owner-svn-src-head@freebsd.org Sat Feb 29 03:43:20 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5139C2533F8; Sat, 29 Feb 2020 03:43:20 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48Tsgq6B0Bz4g1Z; Sat, 29 Feb 2020 03:43:19 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 703BECB7A; Sat, 29 Feb 2020 03:43:19 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01T3hJFD006636; Sat, 29 Feb 2020 03:43:19 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01T3hJq2006635; Sat, 29 Feb 2020 03:43:19 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <202002290343.01T3hJq2006635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Sat, 29 Feb 2020 03:43:19 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r358455 - head/share/man/man5 X-SVN-Group: head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/share/man/man5 X-SVN-Commit-Revision: 358455 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Feb 2020 03:43:20 -0000 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