From: nico Date: Tue, 22 Dec 2009 06:09:48 +0000 (+0000) Subject: [package] gdb: not support on cris X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/0af0814f0dffc599bbaae5ec6edc63ba8268496d [package] gdb: not support on cris git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18882 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 4ecda6841..6a166d0eb 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