]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a target config for MINGW on ARM64
authorLars Kanis <lars@greiz-reinsdorf.de>
Sat, 1 Feb 2025 17:01:43 +0000 (18:01 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 5 May 2025 13:07:47 +0000 (15:07 +0200)
commit9da1a9c30e105571dc09ad7bcf756872a99027a7
tree9a2e0028b8ef6563c99ff8f4d0a41dae6213c9c5
parentaf5952d533b772ef8a3d7c666ed918acfc1dd911
Add a target config for MINGW on ARM64

This is necessary to build OpenSSL native on Windows on Arm64 with gcc or clang.
It also works when cross compiling on Linux for aarch64-w64-windows-gnu.

This patch is used since years on MSYS2:
  https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-openssl/001-support-aarch64.patch

Fixes #10533

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26605)
Configurations/10-main.conf