Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 15:42:29 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: fc2e2c950d97 - main - src.conf: add WITH_TOOLCHAIN description
Message-ID:  <202305031542.343FgTA5090589@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=fc2e2c950d97166ab32ca24134a37986ccaf94ab

commit fc2e2c950d97166ab32ca24134a37986ccaf94ab
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-05-02 17:27:18 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-05-03 15:41:58 +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
---
 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.



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