From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F05131382C5 for ; Wed, 3 Mar 2021 21:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D966E0830; Wed, 3 Mar 2021 21:04:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7B47E0830 for ; Wed, 3 Mar 2021 21:04:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03E5D340F65 for ; Wed, 3 Mar 2021 21:04:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95AFF4F1 for ; Wed, 3 Mar 2021 21:04:26 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1614805461.381a61e96cee1d3938135860de10cbb80261854d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/iozone/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/iozone/iozone-3.488.ebuild X-VCS-Directories: app-benchmarks/iozone/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 381a61e96cee1d3938135860de10cbb80261854d X-VCS-Branch: master Date: Wed, 3 Mar 2021 21:04:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 532e0c0c-aa3b-4f21-97b5-8f7995724297 X-Archives-Hash: ddc9ec1e328adf4cfbf32bba6781e6fc commit: 381a61e96cee1d3938135860de10cbb80261854d Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Mar 3 21:03:49 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Mar 3 21:04:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381a61e9 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 gentoo.org> app-benchmarks/iozone/iozone-3.488.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-benchmarks/iozone/iozone-3.488.ebuild b/app-benchmarks/iozone/iozone-3.488.ebuild index 1c3a9c54bdb..fdcafba5631 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() {