Date: Sun, 5 Jan 2020 03:00:26 +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: r356368 - head/tools/build/options Message-ID: <202001050300.00530Qdf004034@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001050300.00530Qdf004034>