valgrind: add patch to enable armv8

This commit is contained in:
Lukas Rusak 2018-06-26 14:54:17 -07:00
parent 7ce6b81da7
commit 35cc038e0e
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -0,0 +1,12 @@
diff -Naur a/configure b/configure
--- a/configure 2017-06-15 06:41:35.000000000 -0700
+++ b/configure 2018-06-26 14:51:02.264580174 -0700
@@ -5627,7 +5627,7 @@
ARCH_MAX="s390x"
;;
- armv7*)
+ armv7*|armv8*)
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
$as_echo "ok (${host_cpu})" >&6; }
ARCH_MAX="arm"