summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn-sanpe2022-05-17 16:01:15 +0800
committerJohn-sanpe2022-05-17 16:01:15 +0800
commit24b4e3ae6ac8130b00af75179a6078893e79e162 (patch)
tree222db3fff5a92bfd5814c26c6fe6f69290267fe1 /PKGBUILD
parent8ff68417acf2e3a73089a0f80edc32d0c4f62a87 (diff)
downloadaur-coremark-git.tar.gz
Support arbitrary instruction set
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f95869e602a..bcb73cf4f5da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=coremark
pkgver=r50.45faaf8
pkgrel=1
pkgdesc="CoreMark® is an industry-standard benchmark that measures the performance of central processing units (CPU) and embedded microcrontrollers (MCU)."
-arch=('i686' 'x86_64')
+arch=(any)
url="https://github.com/eembc/coremark.git"
license=('GPL')
makedepends=('git')