Browse Source

perf: disable build for ARC, it is currently broken

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 8 years ago
parent
commit
c13f943d2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/devel/perf/Makefile

+ 1 - 1
package/devel/perf/Makefile

@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/perf
 define Package/perf
   SECTION:=devel
   SECTION:=devel
   CATEGORY:=Development
   CATEGORY:=Development
-  DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump @!LINUX_3_18 @!IN_SDK
+  DEPENDS:= +libelf1 +libdw +libpthread +librt +objdump @!LINUX_3_18 @!IN_SDK @!arc
   TITLE:=Linux performance monitoring tool
   TITLE:=Linux performance monitoring tool
   VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
   VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
   URL:=http://www.kernel.org
   URL:=http://www.kernel.org