• [gentoo-dev] [PATCH] toolchain-funcs.eclass: Promote tc-env_build to a

    From James Le Cuirot@21:1/5 to All on Mon Jan 2 23:40:01 2023
    It's generally useful and already directly used by three packages. I
    need to use it to fix cross-compiling of LLVM.

    Signed-off-by: James Le Cuirot <chewi@gentoo.org>
    ---
    eclass/toolchain-funcs.eclass | 1 -
    1 file changed, 1 deletion(-)

    diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index 61a29d1b6ea6..bfcd6819ed0b 100644
    --- a/eclass/toolchain-funcs.eclass
    +++ b/eclass/toolchain-funcs.eclass
    @@ -377,7 +377,6 @@ tc-export_build_env() {

    # @FUNCTION: tc-env_build
    # @USAGE: <command> [command args]
    -# @INTERNAL
    # @DESCRIPTION:
    # Setup the compile environment to the build tools and then execute the
    # specified command. We use tc-getBUILD_XX here so that we work with
    --
    2.38.1

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Mike Gilbert@21:1/5 to chewi@gentoo.org on Tue Jan 3 02:20:01 2023
    On Mon, Jan 2, 2023 at 5:34 PM James Le Cuirot <chewi@gentoo.org> wrote:

    It's generally useful and already directly used by three packages. I
    need to use it to fix cross-compiling of LLVM.

    Sounds good to me.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)