aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBreno Leitao <breno.leitao@gmail.com>2017-02-20 20:22:34 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-02-20 23:54:58 +0100
commitdf1e151ed46e58ec7993f08dde9046ff2afc6a5f (patch)
tree2647e2b4ba9df6e77dc0b5b5588c3cece6986b7a
parentf19444c038f8c0c2df7eeb17d0909559ad492c84 (diff)
downloadaports-df1e151ed46e58ec7993f08dde9046ff2afc6a5f.tar.bz2
aports-df1e151ed46e58ec7993f08dde9046ff2afc6a5f.tar.xz
main/valgrind: add ppc64le as a supported arch
Valgrind is well supported on ppc64le. This patch just enable valgrind on ppc64le. On my test, valgrind compiled and run fine on Alpine/ppc64le.
-rw-r--r--main/valgrind/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/valgrind/APKBUILD b/main/valgrind/APKBUILD
index a9e848755b..f4fb43aed0 100644
--- a/main/valgrind/APKBUILD
+++ b/main/valgrind/APKBUILD
@@ -4,7 +4,7 @@ pkgver=3.12.0
pkgrel=0
pkgdesc="A tool to help find memory-management problems in programs"
url="http://valgrind.org/"
-arch="x86 x86_64 armhf"
+arch="x86 x86_64 armhf ppc64le"
license="GPL2+"
depends=""
# it seems like busybox sed works but the configure script requires GNU sed