[package] disable valgrind on all but armv7 targets
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32839 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0aab4aa3ec
commit
ad4dafc099
@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
define Package/valgrind
|
define Package/valgrind
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=@mips||mipsel||i386||arm||armeb||powerpc +libpthread +librt
|
DEPENDS:=@mips||mipsel||i386||powerpc @TARGET_omap4 +libpthread +librt
|
||||||
TITLE:=debugging and profiling tools for Linux
|
TITLE:=debugging and profiling tools for Linux
|
||||||
URL:=http://www.valgrind.org
|
URL:=http://www.valgrind.org
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user