Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2021 17:48:10 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 69557375226a - main - Remove unused GNUCXX option descriptions
Message-ID:  <202101301748.10UHmA33031786@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=69557375226a4ab26eadd47007c1230ce5ce9077

commit 69557375226a4ab26eadd47007c1230ce5ce9077
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-01-30 17:43:42 +0000
Commit:     Ed Maste <emaste@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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101301748.10UHmA33031786>