Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 03 Jan 2023 08:56:53
Message-Id: 1672736192.e2f62c4651faf6f7ebd9ffeeb0c891945f87ab3c.chewi@gentoo
1 commit: e2f62c4651faf6f7ebd9ffeeb0c891945f87ab3c
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 22:31:35 2023 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 08:56:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f62c46
7
8 toolchain-funcs.eclass: Promote tc-env_build to a non-internal function
9
10 It's generally useful and already directly used by three packages. I
11 need to use it to fix cross-compiling of LLVM.
12
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 eclass/toolchain-funcs.eclass | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
19 index 61a29d1b6ea6..bfcd6819ed0b 100644
20 --- a/eclass/toolchain-funcs.eclass
21 +++ b/eclass/toolchain-funcs.eclass
22 @@ -377,7 +377,6 @@ tc-export_build_env() {
23
24 # @FUNCTION: tc-env_build
25 # @USAGE: <command> [command args]
26 -# @INTERNAL
27 # @DESCRIPTION:
28 # Setup the compile environment to the build tools and then execute the
29 # specified command. We use tc-getBUILD_XX here so that we work with