瀏覽代碼

gdb: we can not use it on cris

Waldemar Brodkorb 7 年之前
父節點
當前提交
1e79f3a96f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/gdb/Makefile

+ 1 - 1
package/gdb/Makefile

@@ -14,7 +14,7 @@ PKG_DEPENDS:=		libncurses zlib libexpat libthread-db
 PKG_BUILDDEP:=		ncurses readline expat zlib
 PKG_NOPARALLEL:=	1
 
-PKG_ARCH_DEPENDS:=	!m68k !avr32 !nios2 !microblaze
+PKG_ARCH_DEPENDS:=	!cris !m68k !avr32 !nios2 !microblaze
 
 include ${ADK_TOPDIR}/mk/package.mk