From bd1a07d14a87de03e96549af417dfbedcf33eb27 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 18 Apr 2019 18:23:29 +0800 Subject: [PATCH] coremark: disable x86 target --- package/lean/coremark/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/lean/coremark/Makefile b/package/lean/coremark/Makefile index 56d2c7abe..5c017d789 100644 --- a/package/lean/coremark/Makefile +++ b/package/lean/coremark/Makefile @@ -15,7 +15,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=coremark -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/eembc/coremark.git @@ -29,6 +29,7 @@ define Package/coremark CATEGORY:=Utilities TITLE:=CoreMark Embedded Microprocessor Benchmark URL:=https://github.com/eembc/coremark + DEPENDS:=@!TARGET_x86 endef define Package/coremark/description