Merge topic 'doc-mingw-arm64ec'

6408fe4171 Help: Document MinGW ARM64 Emulation Compatible architecture id

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: LB <lb@lb-stuff.com>
Merge-request: !12471
This commit is contained in:
Brad King
2026-09-03 09:22:49 -04:00
committed by Kitware Robot
@@ -11,8 +11,7 @@ architectures in each object file. For example:
* The build targets an Apple platform with
:variable:`CMAKE_OSX_ARCHITECTURES` listing multiple architectures.
* The build targets Windows ARM64 with the MSVC ABI using Clang with
the ``-marm64x`` flag.
* The build targets Windows ARM64 using Clang with the ``-marm64x`` flag.
Possible values for each platform are documented in the following sections.
@@ -151,6 +150,9 @@ targets Windows with a GNU ABI (``_WIN32`` and ``__MINGW32__`` are defined).
``aarch64``
ARM 64-bit
``arm64ec``
ARM 64-bit Emulation-Compatible
``armv7``
ARM 32-bit