瀏覽代碼

gdb: not support on cris

SVN-Revision: 18882
Nicolas Thill 16 年之前
父節點
當前提交
026d20249b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/gdb/Makefile

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