From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 16 May 2025 10:06:58 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uFq5q-0067Jm-1a for lore@lore.pengutronix.de; Fri, 16 May 2025 10:06:58 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uFq5q-0002NP-9V; Fri, 16 May 2025 10:06:58 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uFq5h-0002NF-Dz; Fri, 16 May 2025 10:06:49 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uFq5g-0030NZ-2b; Fri, 16 May 2025 10:06:49 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uFq5h-00EsUW-0f; Fri, 16 May 2025 10:06:49 +0200 Date: Fri, 16 May 2025 10:06:49 +0200 From: Michael Olbrich To: Ladislav Michl Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] openssl: fix configuration for mips64 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Wed, May 14, 2025 at 03:28:04PM +0200, Ladislav Michl wrote: > On Fri, May 09, 2025 at 10:37:49AM +0200, Michael Olbrich wrote: > > On Tue, May 06, 2025 at 01:20:49PM +0200, Ladislav Michl wrote: > > > From: Ladislav Michl > > > > > > Signed-off-by: Ladislav Michl > > > --- > > > 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) > > > > PTXCONF_ARCH_MIPS in combination with PTXCONF_ARCH_LP64 is currently not > > possible in PTXdist upstream. I assume you have local changes to > > platforms/architecture.in. Can you send those as well? > > One of BSP's files is just doing: > select ARCH_LP64 > > I've tried to solve it generic way, but I'm still unhappy the with solution. What's the Problem with just adding another choice for Mips, just like we have for other architectures? Michael -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |