Emscripten: Provide CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID

Extend commit 96d9b94a98 (Emscripten: Add platform modules, 2025-05-16,
v4.2.0-rc1~607^2~3) to account for commit 7f0f382c55 (Provide
CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID on more compilers, 2025-03-24,
v4.1.0-rc1~499^2).

Fixes: #27425
This commit is contained in:
Brad King
2025-11-25 14:13:20 -05:00
parent 27cc5d58bf
commit 5ec87b2ba7
7 changed files with 24 additions and 0 deletions

View File

@@ -126,6 +126,12 @@ targets a UNIX platform.
``sw_64``
Sunway
``wasm32``
WebAssembly (Emscripten) 32-bit
``wasm64``
WebAssembly (Emscripten) 64-bit
``x86_64``
Intel 64-bit