From 77d81aa4a3747b7dfbb17e43b16e1a514550c60c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 1 Dec 2019 20:18:01 +0300 Subject: Import python3.8 (3.8.0-5) --- debian/patches/arm-alignment.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/patches/arm-alignment.diff') diff --git a/debian/patches/arm-alignment.diff b/debian/patches/arm-alignment.diff index a7a4b39..15d28b8 100644 --- a/debian/patches/arm-alignment.diff +++ b/debian/patches/arm-alignment.diff @@ -9,7 +9,7 @@ Description: Use aligned access for _sha3 module on ARM. +/* Bus error on 32-bit ARM due to un-aligned memory accesses; 64-bit ARM + * doesn't complain but un-aligned memory accesses are sub-optimal */ +#if defined(__arm__) || defined(__aarch64__) -+#define NO_MISALIGNED_ACCESSES ++#define NO_MISALIGNED_ACCESSES 1 +#endif + /* mangle names */ -- cgit v1.2.3