add initial ppc64el support

This commit is contained in:
Konstantinos Margaritis
2021-01-26 00:44:38 +02:00
parent afe7061860
commit 63e26a4b28
14 changed files with 796 additions and 27 deletions

View File

@@ -21,6 +21,9 @@
/* "Define if building for AARCH64" */
#cmakedefine ARCH_AARCH64
/* "Define if building for PPC64EL" */
#cmakedefine ARCH_PPC64EL
/* internal build, switch on dump support. */
#cmakedefine DUMP_SUPPORT
@@ -60,6 +63,9 @@
/* C compiler has arm_neon.h */
#cmakedefine HAVE_C_ARM_NEON_H
/* C compiler has arm_neon.h */
#cmakedefine HAVE_C_PPC64EL_ALTIVEC_H
/* Define to 1 if you have the declaration of `pthread_setaffinity_np', and to
0 if you don't. */
#cmakedefine HAVE_DECL_PTHREAD_SETAFFINITY_NP