From df25185427680cd89a284c103608fa1bedc15630 Mon Sep 17 00:00:00 2001 From: Sibren Vasse Date: Wed, 20 Dec 2023 17:01:50 +0100 Subject: [PATCH] openssh: fix build failure? --- net/openssh/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 2997ee56fa75f5..8a820f58f963aa 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -178,6 +178,10 @@ CONFIGURE_ARGS += \ --with-stackprotect \ --with$(if $(CONFIG_OPENSSL_ENGINE),,out)-ssl-engine \ --with$(if $(CONFIG_OPENSSH_LIBFIDO2),,out)-security-key-builtin + +ifeq ($(ARCH),powerpc_8548) +TARGET_CFLAGS+=-fzero-call-used-regs=skip +endif ifeq ($(BUILD_VARIANT),with-pam) CONFIGURE_ARGS += \