From 4dc83e415c6b28452fcfeaa3c0ef6ff965720c19 Mon Sep 17 00:00:00 2001 From: Xin Yang Date: Sat, 15 Oct 2022 15:03:09 +0800 Subject: app-benchmarks/iozone: keyword 3.488 riscv, #876499 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xin Yang Closes: https://github.com/gentoo/gentoo/pull/27726 Signed-off-by: Jakov Smolić --- app-benchmarks/iozone/iozone-3.488.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'app-benchmarks/iozone') diff --git a/app-benchmarks/iozone/iozone-3.488.ebuild b/app-benchmarks/iozone/iozone-3.488.ebuild index d564c8a49563..eeac2f98f9eb 100644 --- a/app-benchmarks/iozone/iozone-3.488.ebuild +++ b/app-benchmarks/iozone/iozone-3.488.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.iozone.org/src/current/${PN}${PV/./_}.tar" LICENSE="freedist" SLOT="0" -KEYWORDS="amd64 arm ~ia64 ppc ppc64 ~sparc x86" +KEYWORDS="amd64 arm ~ia64 ppc ppc64 ~riscv ~sparc x86" S="${WORKDIR}/${PN}${PV/./_}" @@ -32,14 +32,14 @@ src_configure() { tc-export CC case ${ARCH} in - x86|alpha) PLATFORM="linux";; - arm) PLATFORM="linux-arm";; - ppc) PLATFORM="linux-powerpc";; - ppc64) PLATFORM="linux-powerpc64";; - amd64) PLATFORM="linux-AMD64";; - ia64) PLATFORM="linux-ia64";; - s390) PLATFORM="linux-S390";; - *) PLATFORM="linux-${ARCH}";; + x86|alpha|riscv) PLATFORM="linux";; + arm) PLATFORM="linux-arm";; + ppc) PLATFORM="linux-powerpc";; + ppc64) PLATFORM="linux-powerpc64";; + amd64) PLATFORM="linux-AMD64";; + ia64) PLATFORM="linux-ia64";; + s390) PLATFORM="linux-S390";; + *) PLATFORM="linux-${ARCH}";; esac # makefile uses $(GCC) in a few places, probably -- cgit v1.2.3-65-gdbad