projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
814980f
)
[package] disable valgrind on all but armv7 targets
author
Florian Fainelli
<
[email protected]
>
Wed, 25 Jul 2012 14:01:26 +0000
(14:01 +0000)
committer
Florian Fainelli
<
[email protected]
>
Wed, 25 Jul 2012 14:01:26 +0000
(14:01 +0000)
SVN-Revision: 32839
utils/valgrind/Makefile
patch
|
blob
|
history
diff --git
a/utils/valgrind/Makefile
b/utils/valgrind/Makefile
index 68af36c52632e498d204696efe1ac35911f05862..8a7a52e9dcebfa85e1ee7fb52721255ffb6aefee 100644
(file)
--- a/
utils/valgrind/Makefile
+++ b/
utils/valgrind/Makefile
@@
-29,7
+29,7
@@
include $(INCLUDE_DIR)/kernel.mk
define Package/valgrind
SECTION:=utils
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
URL:=http://www.valgrind.org
endef