mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Ladislav Michl <oss-lists@triops.cz>
Subject: Re: [ptxdist] [APPLIED] openssl: fix configuration for mips64
Date: Wed, 14 May 2025 08:07:44 +0200	[thread overview]
Message-ID: <20250514060744.499332-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <aBnwkfqsKkF4QOq9@lenoch>

Thanks, applied as 01fa52a51e618b120ea060ee8539700ab06de770.

Michael

[sent from post-receive hook]

On Wed, 14 May 2025 08:07:44 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@triops.cz>
> Message-Id: <aBnwkfqsKkF4QOq9@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/openssl.make b/rules/openssl.make
> index f2e985b58d28..2cdaf52594e9 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



      parent reply	other threads:[~2025-05-14  6:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-06 11:20 [ptxdist] [PATCH] " Ladislav Michl
2025-05-09  8:37 ` Michael Olbrich
2025-05-14 13:28   ` Ladislav Michl
2025-05-14  6:07 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250514060744.499332-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=oss-lists@triops.cz \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox