gdb: not support on cris

SVN-Revision: 18882
owl
Nicolas Thill 2009-12-22 06:09:48 +00:00
parent a25a3ac7ae
commit 026d20249b
1 changed files with 1 additions and 1 deletions

View File

@ -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