From 381a61e96cee1d3938135860de10cbb80261854d Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 3 Mar 2021 21:03:49 +0000 Subject: app-benchmarks/iozone: set GCC variable to CC Reported-by: Sam James Closes: https://bugs.gentoo.org/764269 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich --- app-benchmarks/iozone/iozone-3.488.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app-benchmarks/iozone') diff --git a/app-benchmarks/iozone/iozone-3.488.ebuild b/app-benchmarks/iozone/iozone-3.488.ebuild index 1c3a9c54bdb1..fdcafba56313 100644 --- a/app-benchmarks/iozone/iozone-3.488.ebuild +++ b/app-benchmarks/iozone/iozone-3.488.ebuild @@ -41,6 +41,10 @@ src_configure() { s390) PLATFORM="linux-S390";; *) PLATFORM="linux-${ARCH}";; esac + + # makefile uses $(GCC) in a few places, probably + # by mistake. + export GCC=$(tc-getCC) } src_compile() { -- cgit v1.2.3-65-gdbad