From owner-svn-src-head@freebsd.org Sun Jan 5 03:00:27 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 B15F81D005B; Sun, 5 Jan 2020 03:00:27 +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 47r3Kl3tj4z3FBL; Sun, 5 Jan 2020 03:00:27 +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 66D111EF33; Sun, 5 Jan 2020 03:00:27 +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 00530RY0004039; Sun, 5 Jan 2020 03:00:27 GMT (envelope-from emaste@FreeBSD.org) Received: (from emaste@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00530Qdf004034; Sun, 5 Jan 2020 03:00:26 GMT (envelope-from emaste@FreeBSD.org) Message-Id: <202001050300.00530Qdf004034@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: emaste set sender to emaste@FreeBSD.org using -f From: Ed Maste Date: Sun, 5 Jan 2020 03:00:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r356368 - head/tools/build/options X-SVN-Group: head X-SVN-Commit-Author: emaste X-SVN-Commit-Paths: head/tools/build/options X-SVN-Commit-Revision: 356368 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: Sun, 05 Jan 2020 03:00:27 -0000 Author: emaste Date: Sun Jan 5 03:00:26 2020 New Revision: 356368 URL: https://svnweb.freebsd.org/changeset/base/356368 Log: Adjust WITH_/WITHOUT_ descriptions for GCC options after r356367 The options default to NO on all archs now, and will be removed before FreeBSD 13. Sponsored by: The FreeBSD Foundation Modified: head/tools/build/options/WITHOUT_GCC_BOOTSTRAP head/tools/build/options/WITHOUT_GNUCXX head/tools/build/options/WITH_GCC head/tools/build/options/WITH_GCC_BOOTSTRAP head/tools/build/options/WITH_GNUCXX Modified: head/tools/build/options/WITHOUT_GCC_BOOTSTRAP ============================================================================== --- head/tools/build/options/WITHOUT_GCC_BOOTSTRAP Sun Jan 5 02:47:56 2020 (r356367) +++ head/tools/build/options/WITHOUT_GCC_BOOTSTRAP Sun Jan 5 03:00:26 2020 (r356368) @@ -1,5 +1,2 @@ .\" $FreeBSD$ 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. Modified: head/tools/build/options/WITHOUT_GNUCXX ============================================================================== --- head/tools/build/options/WITHOUT_GNUCXX Sun Jan 5 02:47:56 2020 (r356367) +++ head/tools/build/options/WITHOUT_GNUCXX Sun Jan 5 03:00:26 2020 (r356368) @@ -1,3 +1,2 @@ .\" $FreeBSD$ Do not build the GNU C++ stack (g++, libstdc++). -This is the default on platforms where clang is the system compiler. Modified: head/tools/build/options/WITH_GCC ============================================================================== --- head/tools/build/options/WITH_GCC Sun Jan 5 02:47:56 2020 (r356367) +++ head/tools/build/options/WITH_GCC Sun Jan 5 03:00:26 2020 (r356368) @@ -1,2 +1,4 @@ .\" $FreeBSD$ Set to build and install gcc and g++. +This option is deprecated and will be removed before +.Fx 13 . Modified: head/tools/build/options/WITH_GCC_BOOTSTRAP ============================================================================== --- head/tools/build/options/WITH_GCC_BOOTSTRAP Sun Jan 5 02:47:56 2020 (r356367) +++ head/tools/build/options/WITH_GCC_BOOTSTRAP Sun Jan 5 03:00:26 2020 (r356368) @@ -1,2 +1,4 @@ .\" $FreeBSD$ Set to build gcc and g++ as part of the bootstrap process. +This option is deprecated and will be removed before +.Fx 13 . Modified: head/tools/build/options/WITH_GNUCXX ============================================================================== --- head/tools/build/options/WITH_GNUCXX Sun Jan 5 02:47:56 2020 (r356367) +++ head/tools/build/options/WITH_GNUCXX Sun Jan 5 03:00:26 2020 (r356368) @@ -1,3 +1,4 @@ .\" $FreeBSD$ Build the GNU C++ stack (g++, libstdc++). -This is the default on platforms where gcc is the system compiler. +This option is deprecated and will be removed before +.Fx 13 .