diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-22 06:09:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-22 06:09:48 +0000 |
commit | 026d20249b3f24db1a891d517bcb4bbd9ce42b8e (patch) | |
tree | 6482e2f9b8c3bfa0197e1893806571053ee85922 /package/gdb/Makefile | |
parent | a25a3ac7aea6836eddda8a6358dccbe961569192 (diff) | |
download | upstream-026d20249b3f24db1a891d517bcb4bbd9ce42b8e.tar.gz upstream-026d20249b3f24db1a891d517bcb4bbd9ce42b8e.tar.bz2 upstream-026d20249b3f24db1a891d517bcb4bbd9ce42b8e.zip |
gdb: not support on cris
SVN-Revision: 18882
Diffstat (limited to 'package/gdb/Makefile')
-rw-r--r-- | package/gdb/Makefile | 2 |
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 |