Skip to content

Commit c0673f9

Browse files
authored
Add m68k to SwiftSetIfArchBitness.cmake (#70668)
`m68k` is a 32-bit architecture and should be defined as such in that file.
1 parent 9193634 commit c0673f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/SwiftSetIfArchBitness.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function(set_if_arch_bitness var_name)
1818
"${SIA_ARCH}" STREQUAL "armv7m" OR
1919
"${SIA_ARCH}" STREQUAL "armv7em" OR
2020
"${SIA_ARCH}" STREQUAL "armv7s" OR
21+
"${SIA_ARCH}" STREQUAL "m68k" OR
2122
"${SIA_ARCH}" STREQUAL "riscv32" OR
2223
"${SIA_ARCH}" STREQUAL "wasm32" OR
2324
"${SIA_ARCH}" STREQUAL "powerpc")

0 commit comments

Comments
 (0)