mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
valgrind: add patch to enable armv8
This commit is contained in:
parent
7ce6b81da7
commit
35cc038e0e
@ -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"
|
Loading…
x
Reference in New Issue
Block a user