Browse Source

strace: cris is not supported

Waldemar Brodkorb 10 months ago
parent
commit
f1f1523c67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/strace/Makefile

+ 1 - 1
package/strace/Makefile

@@ -12,7 +12,7 @@ PKG_SECTION:=		app/debug
 PKG_URL:=		https://strace.io
 PKG_SITES:=		https://strace.io/files/$(PKG_VERSION)/
 
-PKG_ARCH_DEPENDS:=	!h8300 !nds32
+PKG_ARCH_DEPENDS:=	!h8300 !nds32 !cris
 
 include ${ADK_TOPDIR}/mk/package.mk