From 026d20249b3f24db1a891d517bcb4bbd9ce42b8e Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 22 Dec 2009 06:09:48 +0000 Subject: gdb: not support on cris SVN-Revision: 18882 --- package/gdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/gdb') diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 4ecda68..6a166d0 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 -- cgit v1.1