The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e12d36cfabd24f08643bcfa80e881f1e51b9de18
commit e12d36cfabd24f08643bcfa80e881f1e51b9de18 Author: Ed Maste <ema...@freebsd.org> AuthorDate: 2021-01-30 17:43:42 +0000 Commit: Ed Maste <ema...@freebsd.org> CommitDate: 2022-02-09 17:28:41 +0000 Remove unused GNUCXX option descriptions Missed from 57f804675e65 Reported by: arhchardson in D27974 Sponsored by: The FreeBSD Foundation (cherry picked from commit 69557375226a4ab26eadd47007c1230ce5ce9077) --- 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 .