aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-12-22 06:09:48 +0000
committerNicolas Thill <nico@openwrt.org>2009-12-22 06:09:48 +0000
commit026d20249b3f24db1a891d517bcb4bbd9ce42b8e (patch)
tree6482e2f9b8c3bfa0197e1893806571053ee85922 /package
parenta25a3ac7aea6836eddda8a6358dccbe961569192 (diff)
downloadupstream-026d20249b3f24db1a891d517bcb4bbd9ce42b8e.tar.gz
upstream-026d20249b3f24db1a891d517bcb4bbd9ce42b8e.tar.bz2
upstream-026d20249b3f24db1a891d517bcb4bbd9ce42b8e.zip
gdb: not support on cris
SVN-Revision: 18882
Diffstat (limited to 'package')
-rw-r--r--package/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index 4ecda6841c..6a166d0eb7 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:= @!avr32
+ DEPENDS:= @!(avr32||cris)
endef
define Package/gdb