aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-01-05 03:00:26 +0000
committerEd Maste <emaste@FreeBSD.org>2020-01-05 03:00:26 +0000
commit972c11b4b15f5a3175d63d5c4299b62f9d13bd7a (patch)
treed420c823363934127dc29f3279d873218b38c690 /tools
parent5a0a85974ac11c415d8a2738281f171983fd5b94 (diff)
downloadsrc-972c11b4b15f5a3175d63d5c4299b62f9d13bd7a.tar.gz
src-972c11b4b15f5a3175d63d5c4299b62f9d13bd7a.zip
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
Notes
Notes: svn path=/head/; revision=356368
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_GCC_BOOTSTRAP3
-rw-r--r--tools/build/options/WITHOUT_GNUCXX1
-rw-r--r--tools/build/options/WITH_GCC2
-rw-r--r--tools/build/options/WITH_GCC_BOOTSTRAP2
-rw-r--r--tools/build/options/WITH_GNUCXX3
5 files changed, 6 insertions, 5 deletions
diff --git a/tools/build/options/WITHOUT_GCC_BOOTSTRAP b/tools/build/options/WITHOUT_GCC_BOOTSTRAP
index 67a8969d6392..03868c5cc5f7 100644
--- a/tools/build/options/WITHOUT_GCC_BOOTSTRAP
+++ b/tools/build/options/WITHOUT_GCC_BOOTSTRAP
@@ -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.
diff --git a/tools/build/options/WITHOUT_GNUCXX b/tools/build/options/WITHOUT_GNUCXX
index ce10636009e2..b1391c9818a9 100644
--- a/tools/build/options/WITHOUT_GNUCXX
+++ b/tools/build/options/WITHOUT_GNUCXX
@@ -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.
diff --git a/tools/build/options/WITH_GCC b/tools/build/options/WITH_GCC
index c121fe5ec192..2d369c331a13 100644
--- a/tools/build/options/WITH_GCC
+++ b/tools/build/options/WITH_GCC
@@ -1,2 +1,4 @@
.\" $FreeBSD$
Set to build and install gcc and g++.
+This option is deprecated and will be removed before
+.Fx 13 .
diff --git a/tools/build/options/WITH_GCC_BOOTSTRAP b/tools/build/options/WITH_GCC_BOOTSTRAP
index 8e04b11fb483..323602a75f80 100644
--- a/tools/build/options/WITH_GCC_BOOTSTRAP
+++ b/tools/build/options/WITH_GCC_BOOTSTRAP
@@ -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 .
diff --git a/tools/build/options/WITH_GNUCXX b/tools/build/options/WITH_GNUCXX
index c49e7cd9e1c4..1eea8f9958ed 100644
--- a/tools/build/options/WITH_GNUCXX
+++ b/tools/build/options/WITH_GNUCXX
@@ -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 .