Skip to content
Snippets Groups Projects
Commit cb5cf996 authored by Rosen Penev's avatar Rosen Penev Committed by Florian Loitsch
Browse files

Add big endian ARM support (#92)

This fixes compilation on such platforms.
parent 3dfc1e3b
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ int main(int argc, char** argv) {
defined(_POWER) || defined(_ARCH_PPC) || defined(_ARCH_PPC64) || \
defined(__sparc__) || defined(__sparc) || defined(__s390__) || \
defined(__SH4__) || defined(__alpha__) || \
defined(_MIPS_ARCH_MIPS32R2) || \
defined(_MIPS_ARCH_MIPS32R2) || defined(__ARMEB__) ||\
defined(__AARCH64EL__) || defined(__aarch64__) || defined(__AARCH64EB__) || \
defined(__riscv) || \
defined(__or1k__) || defined(__arc__) || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment