* [ptxdist] [PATCH] openssl: fix configuration for mips64
@ 2025-05-06 11:20 Ladislav Michl
0 siblings, 0 replies; only message in thread
From: Ladislav Michl @ 2025-05-06 11:20 UTC (permalink / raw)
To: ptxdist
From: Ladislav Michl <ladis@triops.cz>
Signed-off-by: Ladislav Michl <ladis@triops.cz>
---
rules/openssl.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/openssl.make b/rules/openssl.make
index f2e985b58..2cdaf5259 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -45,11 +45,11 @@ OPENSSL_ARCH-$(PTXCONF_ARCH_ARM64) := debian-arm64
ifdef PTXCONF_ENDIAN_LITTLE
OPENSSL_ARCH-$(PTXCONF_ARCH_ARM) := debian-armel
-OPENSSL_ARCH-$(PTXCONF_ARCH_MIPS) := debian-mipsel
+OPENSSL_ARCH-$(PTXCONF_ARCH_MIPS) := debian-$(call ptx/ifdef,PTXCONF_ARCH_LP64,mips64el,mipsel)
OPENSSL_ARCH-$(PTXCONF_ARCH_SH_SH3) := debian-sh3
OPENSSL_ARCH-$(PTXCONF_ARCH_SH_SH4) := debian-sh4
else
-OPENSSL_ARCH-$(PTXCONF_ARCH_MIPS) := debian-mips
+OPENSSL_ARCH-$(PTXCONF_ARCH_MIPS) := debian-$(call ptx/ifdef,PTXCONF_ARCH_LP64,mips64,mips)
OPENSSL_ARCH-$(PTXCONF_ARCH_SH_SH3) := debian-sh3eb
OPENSSL_ARCH-$(PTXCONF_ARCH_SH_SH4) := debian-sh4eb
endif
--
2.39.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-06 11:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-06 11:20 [ptxdist] [PATCH] openssl: fix configuration for mips64 Ladislav Michl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox