* Use PSEH3 for the TestBE runs.

svn path=/trunk/; revision=58603
This commit is contained in:
Amine Khaldi 2013-03-24 16:08:28 +00:00
parent 0351bb4f27
commit d7273a7fcc

View file

@ -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)