summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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() {