mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Added s390x in TargetArch
This commit is contained in:
parent
637de9d278
commit
0d791b0d23
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ set(archdetect_c_code "
|
|||
#else
|
||||
#error cmake_ARCH ppc
|
||||
#endif
|
||||
#elif defined __s390__
|
||||
#error cmake_ARCH s390
|
||||
#elif defined __s390x__
|
||||
#error cmake_ARCH s390x
|
||||
#endif
|
||||
|
||||
#error cmake_ARCH unknown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue