mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user