Author: akhaldi Date: Sun Mar 24 16:08:28 2013 New Revision: 58603
URL: http://svn.reactos.org/svn/reactos?rev=58603&view=rev Log: * Use PSEH3 for the TestBE runs.
Modified: trunk/reactos/cmake/gcc.cmake
Modified: trunk/reactos/cmake/gcc.cmake URL: http://svn.reactos.org/svn/reactos/trunk/reactos/cmake/gcc.cmake?rev=58603&a... ============================================================================== --- trunk/reactos/cmake/gcc.cmake [iso-8859-1] (original) +++ trunk/reactos/cmake/gcc.cmake [iso-8859-1] Sun Mar 24 16:08:28 2013 @@ -91,6 +91,11 @@ 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)