Merge pull request #2802 from lrusak/valgrind

valgrind: add patch to enable armv8
This commit is contained in:
MilhouseVH 2018-07-02 00:03:54 +01:00 committed by GitHub
commit 6bd47f042e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"