summaryrefslogtreecommitdiff
path: root/app-benchmarks/iozone/iozone-3.488.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-05 09:25:57 +0000
commit6d691ad5b6239929063441bbd14c489e92e7396e (patch)
treee294f87b1ce66397fee1273bd6c7131aeb586f51 /app-benchmarks/iozone/iozone-3.488.ebuild
parentd99093fb4bb5652015c06274d64083daa2439e4f (diff)
gentoo resync : 05.03.2021
Diffstat (limited to 'app-benchmarks/iozone/iozone-3.488.ebuild')
-rw-r--r--app-benchmarks/iozone/iozone-3.488.ebuild4
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() {