Skip to content

Commit 7100a24

Browse files
committed
[CRT] Remove checkstk_ms from build (it was unused)
1 parent 8c4aff3 commit 7100a24

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

sdk/lib/crt/except/except.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ if(ARCH STREQUAL "i386")
33
list(APPEND LIBCNTPR_EXCEPT_ASM_SOURCE
44
except/i386/chkstk_asm.s
55
)
6-
if(NOT MSVC)
7-
list(APPEND LIBCNTPR_EXCEPT_ASM_SOURCE
8-
except/i386/chkstk_ms.s)
9-
endif()
106
list(APPEND CRT_EXCEPT_ASM_SOURCE
117
except/i386/chkesp.s
128
except/i386/prolog.s
@@ -65,16 +61,10 @@ list(APPEND CRT_EXCEPT_SOURCE
6561

6662
if(ARCH STREQUAL "i386")
6763
list(APPEND CHKSTK_ASM_SOURCE except/i386/chkstk_asm.s)
68-
if(NOT MSVC)
69-
list(APPEND CHKSTK_ASM_SOURCE except/i386/chkstk_ms.s)
70-
endif()
7164
elseif(ARCH STREQUAL "amd64")
7265
list(APPEND CHKSTK_ASM_SOURCE except/amd64/chkstk_ms.s)
7366
elseif(ARCH STREQUAL "arm")
7467
list(APPEND CHKSTK_ASM_SOURCE except/arm/chkstk_asm.s)
75-
if(NOT MSVC)
76-
list(APPEND CHKSTK_ASM_SOURCE except/arm/chkstk_ms.s)
77-
endif()
7868
elseif(ARCH STREQUAL "powerpc")
7969
list(APPEND CHKSTK_ASM_SOURCE except/powerpc/chkstk_asm.s)
8070
endif()

0 commit comments

Comments
 (0)