]> git.kaiwu.me - nginx.git/commit
Win32: added detection of ARM64 target.
authorAleksei Bavshin <a.bavshin@nginx.com>
Tue, 14 Jan 2025 19:11:28 +0000 (11:11 -0800)
committerAleksei Bavshin <a.bavshin@f5.com>
Fri, 18 Apr 2025 19:57:26 +0000 (12:57 -0700)
commit020b1db7eb187d4a9a5f1d6154c664a463473b36
tree393f70397e67514d9857d676444dccd882d49457
parentb9d0ba6677ff7761c85f5556776d6a6c2a7a7051
Win32: added detection of ARM64 target.

This extends the target selection implemented in dad6ec3aa63f to support
Windows ARM64 platforms.  OpenSSL support for VC-WIN64-ARM target first
appeared in 1.1.1 and is present in all currently supported (3.x)
branches.

As a side effect, ARM64 Windows builds will get 16-byte alignment along
with the rest of non-x86 platforms.  This is safe, as malloc on 64-bit
Windows guarantees the fundamental alignment of allocations, 16 bytes.
auto/cc/msvc
auto/lib/openssl/make