File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ if(ARCH STREQUAL "i386")
3
3
list (APPEND LIBCNTPR_EXCEPT_ASM_SOURCE
4
4
except/i386/chkstk_asm.s
5
5
)
6
- if (NOT MSVC )
7
- list (APPEND LIBCNTPR_EXCEPT_ASM_SOURCE
8
- except/i386/chkstk_ms.s )
9
- endif ()
10
6
list (APPEND CRT_EXCEPT_ASM_SOURCE
11
7
except/i386/chkesp.s
12
8
except/i386/prolog.s
@@ -65,16 +61,10 @@ list(APPEND CRT_EXCEPT_SOURCE
65
61
66
62
if (ARCH STREQUAL "i386" )
67
63
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 ()
71
64
elseif (ARCH STREQUAL "amd64" )
72
65
list (APPEND CHKSTK_ASM_SOURCE except/amd64/chkstk_ms.s )
73
66
elseif (ARCH STREQUAL "arm" )
74
67
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 ()
78
68
elseif (ARCH STREQUAL "powerpc" )
79
69
list (APPEND CHKSTK_ASM_SOURCE except/powerpc/chkstk_asm.s )
80
70
endif ()
You can’t perform that action at this time.
0 commit comments