On Wed, Aug 07, 2024 at 11:51:50PM +0200, Thomas Weißschuh wrote: > The target names between GCC and clang differ for s390. > While GCC uses "s390", clang uses "powerz". (...) > +# GCC uses "s390", clang "systemz" > +CLANG_CROSS_FLAGS := $(subst --target=s390-linux,--target=systemz-linux,$(CLANG_CROSS_FLAGS)) Based on your successful tests, I think the "powerz" in the commit message is the one to change here ;-) Willy