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 . _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
