Re: [PATCH v2 0/2] tools/build: Fix s390(x) cross-compilation with clang

From: Nathan Chancellor
Date: Wed Jul 02 2025 - 17:41:56 EST


On Fri, Jun 20, 2025 at 01:00:26PM +0200, Thomas Weißschuh wrote:
> The heuristic to derive a clang target triple from a GCC one does not work
> for s390. GCC uses "s390-linux" while clang expects "s390x-linux" or
> "powerz-linux".

This generally seems fine to me but I do not interact with tools/ much.

> There doesn't seem to be a formal maintainer for this file.
> Maybe the clang/llvm maintainers can pick it up.

I do not have a tree nor do I send pull requests to Linus. Perhaps you
could just pick this up in the nolibc tree or have Shuah take it as a
greater kselftests update?

Cheers,
Nathan