1
0
Fork 0

Merge pull request #1963 from servusoft/patch-2

Complete to __aarch64__ achritectur
This commit is contained in:
Wilfried Goesgens 2016-07-25 16:43:51 +02:00 committed by GitHub
commit f18f21c7d4
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ set(archdetect_c_code "
#else
#error cmake_ARCH arm
#endif
#elif defined(__aarch64__)
#error cmake_ARCH aarch64
#elif defined(__i386) || defined(__i386__) || defined(_M_IX86)
#error cmake_ARCH i386
#elif defined(__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(_M_X64)