mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
* Use PSEH3 for the TestBE runs.
svn path=/trunk/; revision=58603
This commit is contained in:
@@ -91,6 +91,11 @@ elseif(ARCH STREQUAL "amd64")
|
||||
add_compile_flags("-mpreferred-stack-boundary=4")
|
||||
endif()
|
||||
|
||||
# PSEH
|
||||
if(GCC_VERSION VERSION_GREATER 4.7)
|
||||
set(USE_PSEH3 1)
|
||||
endif()
|
||||
|
||||
# Other
|
||||
if(ARCH STREQUAL "amd64")
|
||||
add_definitions(-U_X86_ -UWIN32)
|
||||
|
||||
Reference in New Issue
Block a user