summaryrefslogtreecommitdiff
path: root/package/devel/valgrind
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-08-14 14:29:15 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-08-14 14:29:15 +0000
commitf715b19b0053907002a8b2935aafccf360a27984 (patch)
tree1b8f1ecb21010e25d938c7019347c591fb2a6d85 /package/devel/valgrind
parentc90c770a6c418426f4196c7506295af85b5d6ce4 (diff)
disable mips16 for a few packages that don't compile with it
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37773 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/valgrind')
-rw-r--r--package/devel/valgrind/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index d17a78147c..6c22348cff 100644
--- a/package/devel/valgrind/Makefile
+++ b/package/devel/valgrind/Makefile
@@ -20,6 +20,7 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
PKG_FIXUP = autoreconf
PKG_INSTALL := 1
PKG_BUILD_PARALLEL := 1
+PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk