mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
coremark: disable x86 target
This commit is contained in:
parent
eaaf67692d
commit
bd1a07d14a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user