Index: head/tools/build/options/WITHOUT_GCC_BOOTSTRAP =================================================================== --- head/tools/build/options/WITHOUT_GCC_BOOTSTRAP (revision 356367) +++ head/tools/build/options/WITHOUT_GCC_BOOTSTRAP (revision 356368) @@ -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. Index: head/tools/build/options/WITHOUT_GNUCXX =================================================================== --- head/tools/build/options/WITHOUT_GNUCXX (revision 356367) +++ head/tools/build/options/WITHOUT_GNUCXX (revision 356368) @@ -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. Index: head/tools/build/options/WITH_GCC =================================================================== --- head/tools/build/options/WITH_GCC (revision 356367) +++ head/tools/build/options/WITH_GCC (revision 356368) @@ -1,2 +1,4 @@ .\" $FreeBSD$ Set to build and install gcc and g++. +This option is deprecated and will be removed before +.Fx 13 . Index: head/tools/build/options/WITH_GCC_BOOTSTRAP =================================================================== --- head/tools/build/options/WITH_GCC_BOOTSTRAP (revision 356367) +++ head/tools/build/options/WITH_GCC_BOOTSTRAP (revision 356368) @@ -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 . Index: head/tools/build/options/WITH_GNUCXX =================================================================== --- head/tools/build/options/WITH_GNUCXX (revision 356367) +++ head/tools/build/options/WITH_GNUCXX (revision 356368) @@ -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 .