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
This commit is contained in:
Ed Maste 2020-01-05 03:00:26 +00:00
parent 5a0a85974a
commit 972c11b4b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356368
5 changed files with 6 additions and 5 deletions

View File

@ -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.

View File

@ -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.

View File

@ -1,2 +1,4 @@
.\" $FreeBSD$
Set to build and install gcc and g++.
This option is deprecated and will be removed before
.Fx 13 .

View File

@ -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 .

View File

@ -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 .