Skip to content

Commit 36df990

Browse files
Carl PetoCarl Peto
authored andcommitted
handle this change in the 16-bit pointers PR instead of here
1 parent 6fd5902 commit 36df990

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmake/modules/SwiftSetIfArchBitness.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ function(set_if_arch_bitness var_name)
66
"" # multi-value args
77
${ARGN})
88

9-
if("${SIA_ARCH}" STREQUAL "avr")
10-
set("${var_name}" "${SIA_CASE_16_BIT}" PARENT_SCOPE)
11-
elseif("${SIA_ARCH}" STREQUAL "i386" OR
9+
if("${SIA_ARCH}" STREQUAL "i386" OR
1210
"${SIA_ARCH}" STREQUAL "i686" OR
1311
"${SIA_ARCH}" STREQUAL "x86" OR
1412
"${SIA_ARCH}" STREQUAL "armv4t" OR

0 commit comments

Comments
 (0)