Re: [gentoo-dev] [PATCH] toolchain.eclass: Fix strip exclusion for prefixed cross-compilers

2024-12-30 Thread Ionen Wolkens
On Mon, Dec 30, 2024 at 11:35:25PM +, James Le Cuirot wrote: > dostrip limitations mean that we cannot strip the CTARGET binaries in a > cross-compiler. There is already a `dostrip -x` call to exclude such > binaries from stripping, but it expects the argument to be unprefixed, > and the argume

[gentoo-dev] [PATCH] java-pkg-simple.eclass: drop support for EAPI 7

2024-12-30 Thread Volkmar W. Pogatzki
Signed-off-by: Volkmar W. Pogatzki --- eclass/java-pkg-simple.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index 5ed7e3e5b78e..ce4a62f048da 100644 --- a/eclass/java-pkg-simple.eclass +++ b/eclass/java-

Re: [gentoo-dev] [PATCH 00/11] llvm-r2.eclass, to unmess pkg_setup and fix cross

2024-12-30 Thread Michał Górny
On Sat, 2024-12-21 at 16:48 +0100, Michał Górny wrote: > Hello, > > Here's the newest eclass I've been working on. While llvm-r1 addressed > the problems of generating dependencies and matching LLVM package > versions, it retained a hacky awful pkg_setup(). This one aims to fix > that. > > Note

[gentoo-dev] [PATCH] toolchain.eclass: Fix strip exclusion for prefixed cross-compilers

2024-12-30 Thread James Le Cuirot
dostrip limitations mean that we cannot strip the CTARGET binaries in a cross-compiler. There is already a `dostrip -x` call to exclude such binaries from stripping, but it expects the argument to be unprefixed, and the argument given was prefixed. Signed-off-by: James Le Cuirot --- eclass/toolc