瀏覽代碼

gdb: disable for or1k

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

+ 1 - 1
package/gdb/Makefile

@@ -15,7 +15,7 @@ PKG_BUILDDEP:=		ncurses readline expat zlib
 PKG_NEEDS:=		c++
 PKG_NOPARALLEL:=	1
 
-PKG_ARCH_DEPENDS:=	!cris !m68k !avr32 !nios2 !microblaze
+PKG_ARCH_DEPENDS:=	!cris !m68k !avr32 !nios2 !microblaze !or1k
 
 include ${ADK_TOPDIR}/mk/package.mk