git: 69557375226a - main - Remove unused GNUCXX option descriptions
Ed Maste
emaste at FreeBSD.org
Sat Jan 30 17:48:10 UTC 2021
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=69557375226a4ab26eadd47007c1230ce5ce9077
commit 69557375226a4ab26eadd47007c1230ce5ce9077
Author: Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-01-30 17:43:42 +0000
Commit: Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-01-30 17:47:33 +0000
Remove unused GNUCXX option descriptions
Missed from 57f804675e65
Reported by: arhchardson in D27974
Sponsored by: The FreeBSD Foundation
---
tools/build/options/WITHOUT_GNUCXX | 2 --
tools/build/options/WITH_GNUCXX | 4 ----
2 files changed, 6 deletions(-)
diff --git a/tools/build/options/WITHOUT_GNUCXX b/tools/build/options/WITHOUT_GNUCXX
deleted file mode 100644
index b1391c9818a9..000000000000
--- a/tools/build/options/WITHOUT_GNUCXX
+++ /dev/null
@@ -1,2 +0,0 @@
-.\" $FreeBSD$
-Do not build the GNU C++ stack (g++, libstdc++).
diff --git a/tools/build/options/WITH_GNUCXX b/tools/build/options/WITH_GNUCXX
deleted file mode 100644
index 1eea8f9958ed..000000000000
--- a/tools/build/options/WITH_GNUCXX
+++ /dev/null
@@ -1,4 +0,0 @@
-.\" $FreeBSD$
-Build the GNU C++ stack (g++, libstdc++).
-This option is deprecated and will be removed before
-.Fx 13 .
More information about the dev-commits-src-all
mailing list