Added s390x in TargetArch

This commit is contained in:
L 2023-02-03 22:33:48 +01:00
parent 637de9d278
commit 0d791b0d23

View file

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