diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 17:34:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 17:34:22 +0100 |
commit | 4a6a13a35b4352f59d48a7666008b72eea440c00 (patch) | |
tree | db5e0901cc57a8305b0aee9a48e9d82da66befe6 /package/valgrind/Makefile | |
parent | f3bea317e2a6ec0c7a9d1e14c66b5a31f1fb8294 (diff) |
disable for arm at the moment, need to find newer patches for armv5/v6 support
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 b4c1fd139..d0337d8f5 100644 --- a/package/valgrind/Makefile +++ b/package/valgrind/Makefile @@ -13,7 +13,7 @@ PKG_BUILDDEP:= autotool PKG_URL:= http://valgrind.org/ PKG_SITES:= http://valgrind.org/downloads/ -PKG_ARCH_DEPENDS:= ppc ppc64 mips mipsel mips64 mips64el x86 x86_64 arm native +PKG_ARCH_DEPENDS:= ppc ppc64 mips mipsel mips64 mips64el x86 x86_64 native DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |