Преглед изворни кода

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