git: a0ef7a056027 - stable/13 - src.conf: add WITH_TOOLCHAIN description

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Sat, 06 May 2023 18:55:53 UTC
The branch stable/13 has been updated by emaste:

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

commit a0ef7a056027d2046efaad8fa8a038475bcaba52
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-05-02 17:27:18 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-05-06 18:55:33 +0000

    src.conf: add WITH_TOOLCHAIN description
    
    It is not used by the in-tree default configuration, but adding it
    allows downstream projects with different defaults to make use of
    Cirrus-CI (as the makeman test added in 85e8c2a03490 requires that
    there are no missing option descriptions).
    
    Reviewed by:    imp
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D39936
    
    (cherry picked from commit fc2e2c950d97166ab32ca24134a37986ccaf94ab)
---
 tools/build/options/WITH_TOOLCHAIN | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/build/options/WITH_TOOLCHAIN b/tools/build/options/WITH_TOOLCHAIN
new file mode 100644
index 000000000000..62624bf9e28b
--- /dev/null
+++ b/tools/build/options/WITH_TOOLCHAIN
@@ -0,0 +1,2 @@
+Install programs used for software development such as
+compilers, debuggers, linkers etc.