diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-21 19:53:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-02-21 19:53:33 +0100 |
commit | 2458b0fa4461886618c792e6731de649597fd2e1 (patch) | |
tree | e2ef957e8d0be0dd97f5c5b23acf586a095a2d3d /package/valgrind/Makefile | |
parent | 5a0084560e5a7936350b1e2779a59e45b98a5776 (diff) |
valgrind: refresh supported architectures
Diffstat (limited to 'package/valgrind/Makefile')
-rw-r--r-- | package/valgrind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/valgrind/Makefile b/package/valgrind/Makefile index b0f7626a3..fdda95828 100644 --- a/package/valgrind/Makefile +++ b/package/valgrind/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= app/debug PKG_URL:= http://valgrind.org/ PKG_SITES:= http://valgrind.org/downloads/ -PKG_ARCH_DEPENDS:= ppc ppc64 mips mipsel mips64 mips64el x86 x86_64 +PKG_ARCH_DEPENDS:= aarch64 arm ppc ppc64 mips mipsel mips64 mips64el tile s390 x86 x86_64 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |