diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-05-31 20:35:02 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-05-31 20:35:02 -0500 |
commit | cd765235a4086473210dd826410aa89b40fb92a1 (patch) | |
tree | 78b5e3b6111a863d42ea3ac35977a06549da0194 /harmony/valgrind/arm.patch | |
parent | c54fee0ab06630eb8fb185cc1add21930f69b3f4 (diff) | |
download | packages-cd765235a4086473210dd826410aa89b40fb92a1.tar.gz packages-cd765235a4086473210dd826410aa89b40fb92a1.tar.bz2 packages-cd765235a4086473210dd826410aa89b40fb92a1.tar.xz packages-cd765235a4086473210dd826410aa89b40fb92a1.zip |
harmony/valgrind: new package, based on alpine, but working on ppc64
Diffstat (limited to 'harmony/valgrind/arm.patch')
-rw-r--r-- | harmony/valgrind/arm.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/harmony/valgrind/arm.patch b/harmony/valgrind/arm.patch new file mode 100644 index 000000000..8281c8ba1 --- /dev/null +++ b/harmony/valgrind/arm.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -234,7 +234,7 @@ + ARCH_MAX="s390x" + ;; + +- armv7*) ++ arm*) + AC_MSG_RESULT([ok (${host_cpu})]) + ARCH_MAX="arm" + ;; |