* Use PSEH2 again for TestBE (reverts 58603 and 58604).

svn path=/trunk/; revision=58767
This commit is contained in:
Amine Khaldi 2013-04-15 12:59:35 +00:00
parent 4c940f9e2e
commit e7836734ab

View file

@ -91,12 +91,6 @@ elseif(ARCH STREQUAL "amd64")
add_compile_flags("-mpreferred-stack-boundary=4")
endif()
# PSEH
if(GCC_VERSION VERSION_GREATER 4.7)
set(USE_PSEH3 1)
add_definitions(-D_USE_PSEH3=1)
endif()
# Other
if(ARCH STREQUAL "amd64")
add_definitions(-U_X86_ -UWIN32)