aboutsummaryrefslogtreecommitdiff
path: root/tools/build/options/WITHOUT_GNUCXX
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/build/options/WITHOUT_GNUCXX
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/build/options/WITHOUT_GNUCXX')
-rw-r--r--tools/build/options/WITHOUT_GNUCXX1
1 files changed, 0 insertions, 1 deletions
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.