mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[CRT] Remove checkstk_ms from build (it was unused)
This commit is contained in:
@@ -3,10 +3,6 @@ if(ARCH STREQUAL "i386")
|
||||
list(APPEND LIBCNTPR_EXCEPT_ASM_SOURCE
|
||||
except/i386/chkstk_asm.s
|
||||
)
|
||||
if(NOT MSVC)
|
||||
list(APPEND LIBCNTPR_EXCEPT_ASM_SOURCE
|
||||
except/i386/chkstk_ms.s)
|
||||
endif()
|
||||
list(APPEND CRT_EXCEPT_ASM_SOURCE
|
||||
except/i386/chkesp.s
|
||||
except/i386/prolog.s
|
||||
@@ -65,16 +61,10 @@ list(APPEND CRT_EXCEPT_SOURCE
|
||||
|
||||
if(ARCH STREQUAL "i386")
|
||||
list(APPEND CHKSTK_ASM_SOURCE except/i386/chkstk_asm.s)
|
||||
if(NOT MSVC)
|
||||
list(APPEND CHKSTK_ASM_SOURCE except/i386/chkstk_ms.s)
|
||||
endif()
|
||||
elseif(ARCH STREQUAL "amd64")
|
||||
list(APPEND CHKSTK_ASM_SOURCE except/amd64/chkstk_ms.s)
|
||||
elseif(ARCH STREQUAL "arm")
|
||||
list(APPEND CHKSTK_ASM_SOURCE except/arm/chkstk_asm.s)
|
||||
if(NOT MSVC)
|
||||
list(APPEND CHKSTK_ASM_SOURCE except/arm/chkstk_ms.s)
|
||||
endif()
|
||||
elseif(ARCH STREQUAL "powerpc")
|
||||
list(APPEND CHKSTK_ASM_SOURCE except/powerpc/chkstk_asm.s)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user