mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:43:00 +00:00
[CRT] Use chkstk_ms.s on x64 builds
This commit is contained in:
parent
38be76187a
commit
aff33c855d
4 changed files with 12 additions and 14 deletions
|
@ -9,10 +9,7 @@ if(ARCH STREQUAL "i386")
|
|||
list(APPEND CHKSTK_SOURCE except/i386/chkstk_ms.s)
|
||||
endif()
|
||||
elseif(ARCH STREQUAL "amd64")
|
||||
list(APPEND CHKSTK_ASM_SOURCE except/amd64/chkstk_asm.s)
|
||||
if(NOT MSVC)
|
||||
list(APPEND CHKSTK_SOURCE except/amd64/chkstk_ms.s)
|
||||
endif()
|
||||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue