Author: Michael R. Crusoe <michael.crusoe@gmail.com>
Description: skip NEON on armel
--- libdeflate.orig/lib/arm/adler32_impl.h
+++ libdeflate/lib/arm/adler32_impl.h
@@ -29,7 +29,7 @@
 
 /* NEON implementation */
 #undef DISPATCH_NEON
-#if !defined(DEFAULT_IMPL) &&	\
+#if !defined(DEFAULT_IMPL) && !defined(__ARM_EABI__) &&	\
 	(defined(__ARM_NEON) || (ARM_CPU_FEATURES_ENABLED &&	\
 				 COMPILER_SUPPORTS_NEON_TARGET_INTRINSICS))
 #  define FUNCNAME		adler32_neon
