Browse Source

strace: disable for nds32

Waldemar Brodkorb 9 years ago
parent
commit
21c84b5e41
1 changed files with 2 additions and 0 deletions
  1. 2 0
      package/strace/Makefile

+ 2 - 0
package/strace/Makefile

@@ -11,6 +11,8 @@ PKG_DESCR:=		system call trace program
 PKG_SECTION:=		app/debug
 PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=strace/}
 
+PKG_ARCH_DEPENDS:=	!nds32
+
 include ${ADK_TOPDIR}/mk/package.mk
 
 $(eval $(call PKG_template,STRACE,strace,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))