We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
m68k
SwiftSetIfArchBitness.cmake
1 parent 9193634 commit c0673f9Copy full SHA for c0673f9
cmake/modules/SwiftSetIfArchBitness.cmake
@@ -18,6 +18,7 @@ function(set_if_arch_bitness var_name)
18
"${SIA_ARCH}" STREQUAL "armv7m" OR
19
"${SIA_ARCH}" STREQUAL "armv7em" OR
20
"${SIA_ARCH}" STREQUAL "armv7s" OR
21
+ "${SIA_ARCH}" STREQUAL "m68k" OR
22
"${SIA_ARCH}" STREQUAL "riscv32" OR
23
"${SIA_ARCH}" STREQUAL "wasm32" OR
24
"${SIA_ARCH}" STREQUAL "powerpc")
0 commit comments