diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-03 21:03:49 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-03-03 21:04:21 +0000 |
commit | 381a61e96cee1d3938135860de10cbb80261854d (patch) | |
tree | 439f007001abc8aab71a74ff9db69b13c8100c8a /app-benchmarks/iozone | |
parent | dev-python/theano: Remove colliding bin/__init__.py file (diff) | |
download | gentoo-381a61e96cee1d3938135860de10cbb80261854d.tar.gz gentoo-381a61e96cee1d3938135860de10cbb80261854d.tar.bz2 gentoo-381a61e96cee1d3938135860de10cbb80261854d.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'app-benchmarks/iozone')
-rw-r--r-- | app-benchmarks/iozone/iozone-3.488.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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() { |