[AArch64] Removes ARMv8 as a generic target.

Generic flag disables the ability to have backpatching supporting.
Also compiles Dolphin with CRC instructions enabled.
This commit is contained in:
Ryan Houdek 2014-12-19 20:45:55 -06:00
parent f4ab1443fa
commit 5eb8876bac
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ if(NOT ENABLE_GENERIC)
set(_M_ARM 1)
set(_M_ARM_64 1)
add_definitions(-D_M_ARM=1 -D_M_ARM_64=1)
set(ENABLE_GENERIC 1)
add_definitions(-march=armv8-a+crc)
else()
set(ENABLE_GENERIC 1)
endif()