Gentoo Archives: gentoo-dev

From: James Le Cuirot <chewi@g.o>
To: gentoo-dev <gentoo-dev@l.g.o>
Cc: James Le Cuirot <chewi@g.o>
Subject: [gentoo-dev] [PATCH] toolchain-funcs.eclass: Promote tc-env_build to a non-internal function
Date: Mon, 02 Jan 2023 22:35:01
Message-Id: 20230102223434.28702-1-chewi@gentoo.org
1 It's generally useful and already directly used by three packages. I
2 need to use it to fix cross-compiling of LLVM.
3
4 Signed-off-by: James Le Cuirot <chewi@g.o>
5 ---
6 eclass/toolchain-funcs.eclass | 1 -
7 1 file changed, 1 deletion(-)
8
9 diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
10 index 61a29d1b6ea6..bfcd6819ed0b 100644
11 --- a/eclass/toolchain-funcs.eclass
12 +++ b/eclass/toolchain-funcs.eclass
13 @@ -377,7 +377,6 @@ tc-export_build_env() {
14
15 # @FUNCTION: tc-env_build
16 # @USAGE: <command> [command args]
17 -# @INTERNAL
18 # @DESCRIPTION:
19 # Setup the compile environment to the build tools and then execute the
20 # specified command. We use tc-getBUILD_XX here so that we work with
21 --
22 2.38.1

Replies