From: Nicolas Thill Date: Mon, 5 Oct 2009 09:47:24 +0000 (+0000) Subject: gdb: don't build on avr32 X-Git-Tag: reboot~22287 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3b0d91c6f55382bc73a006260e209261e8a347aa;p=openwrt%2Fstaging%2Flynxis.git gdb: don't build on avr32 SVN-Revision: 17865 --- diff --git a/package/gdb/Makefile b/package/gdb/Makefile index 85da76df58..d2bb43be95 100644 --- a/package/gdb/Makefile +++ b/package/gdb/Makefile @@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/gdb/Default SECTION:=utils CATEGORY:=Utilities + DEPENDS:= @!avr32 endef define Package/gdb