add initial ppc64el support

(cherry picked from commit 63e26a4b28)
(cherry picked from commit c214ba253327114c16d0724f75c998ab00d44919)
This commit is contained in:
Konstantinos Margaritis
2021-01-26 00:44:38 +02:00
committed by apostolos
parent 9f7b2fa8a8
commit 14be68587b
13 changed files with 787 additions and 14 deletions

View File

@@ -39,6 +39,8 @@
#include "util/arch/x86/x86.h"
#elif defined(ARCH_ARM32) || defined(ARCH_AARCH64)
#include "util/arch/arm/arm.h"
#elif defined(ARCH_PPC64EL)
#include "util/arch/ppc64el/ppc64el.h"
#endif
#endif // UTIL_ARCH_X86_H_