git: 145a574fa1a9 - main - WITH_/WITHOUT_CXX: update description
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Dec 2021 16:36:41 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=145a574fa1a9fa6732a7917778ed3185e990d1dd
commit 145a574fa1a9fa6732a7917778ed3185e990d1dd
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-12-02 16:24:08 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-12-02 16:30:22 +0000
WITH_/WITHOUT_CXX: update description
Contrary to the previous description WITHOUT_CXX does not disable
/usr/bin/c++, which is just a link to Clang. We also no longer have
gperf.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
---
tools/build/options/WITHOUT_CXX | 8 ++------
tools/build/options/WITH_CXX | 4 +---
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/tools/build/options/WITHOUT_CXX b/tools/build/options/WITHOUT_CXX
index 6847ba0fc83f..a600bb03df27 100644
--- a/tools/build/options/WITHOUT_CXX
+++ b/tools/build/options/WITHOUT_CXX
@@ -1,8 +1,4 @@
.\" $FreeBSD$
-Do not build
-.Xr c++ 1
-and related libraries.
-It will also prevent building of
-.Xr gperf 1
-and
+Do not build C++ headers and runtime libraries.
+It also prevents building binaries and libraries written in C++, including
.Xr devd 8 .
diff --git a/tools/build/options/WITH_CXX b/tools/build/options/WITH_CXX
index cc9d7d312845..64d1b07b6f7f 100644
--- a/tools/build/options/WITH_CXX
+++ b/tools/build/options/WITH_CXX
@@ -1,4 +1,2 @@
.\" $FreeBSD$
-Build
-.Xr c++ 1
-and related libraries.
+Build C++ headers and runtime libraries.