Browse Source

gdb: don't build on avr32

SVN-Revision: 17865
Nicolas Thill 16 years ago
parent
commit
3b0d91c6f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/gdb/Makefile

+ 1 - 0
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