mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #2802 from lrusak/valgrind
valgrind: add patch to enable armv8
This commit is contained in:
commit
6bd47f042e
@ -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