public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/
Date: Mon,  5 Aug 2024 10:47:30 +0000 (UTC)	[thread overview]
Message-ID: <1722854842.2b17f6b4edc4f3e39bd155cc7e186ede6020659b.jsmolic@gentoo> (raw)

commit:     2b17f6b4edc4f3e39bd155cc7e186ede6020659b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 10:46:57 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug  5 10:47:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b17f6b4

sci-libs/openlibm: Respect defined toolchain env variables

Closes: https://bugs.gentoo.org/937349
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-libs/openlibm/openlibm-0.8.3.ebuild | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/sci-libs/openlibm/openlibm-0.8.3.ebuild b/sci-libs/openlibm/openlibm-0.8.3.ebuild
index 6eef59be6f71..1751c8a9d1f2 100644
--- a/sci-libs/openlibm/openlibm-0.8.3.ebuild
+++ b/sci-libs/openlibm/openlibm-0.8.3.ebuild
@@ -27,11 +27,16 @@ src_prepare() {
 	fi
 }
 
-src_configure() {
-	tc-export CC CXX FC AR LD
+src_compile() {
 	# Build system uses the riscv64 arch variable
 	use riscv && export ARCH=riscv64
-	default
+
+	emake \
+		CC="$(tc-getCC)" \
+		CXX="$(tc-getCXX)" \
+		FC="$(tc-getFC)" \
+		AR="$(tc-getAR)" \
+		LD="$(tc-getLD)"
 }
 
 src_install() {


             reply	other threads:[~2024-08-05 10:47 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-05 10:47 Jakov Smolić [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-13 21:30 [gentoo-commits] repo/gentoo:master commit in: sci-libs/openlibm/ Sam James
2025-03-02 22:55 Sam James
2025-02-23  2:00 Sam James
2025-02-23  2:00 Sam James
2025-01-05 12:15 WANG Xuerui
2024-11-10 13:37 Sam James
2024-11-10  6:40 Arthur Zamarin
2024-11-10  6:40 Arthur Zamarin
2024-11-09 17:04 Sam James
2024-11-09 17:04 Sam James
2024-08-23 13:00 Arthur Zamarin
2024-08-12 12:48 Arthur Zamarin
2024-08-04 22:38 Jakov Smolić
2024-08-04 22:34 Jakov Smolić
2024-08-04  3:16 Sam James
2024-08-04  3:16 Sam James
2024-08-03 11:23 Arthur Zamarin
2023-08-09 20:43 Sam James
2021-10-12  9:10 Jakov Smolić
2021-06-05 16:22 David Seifert
2021-05-27 21:06 David Seifert
2021-02-14 10:36 David Seifert
2021-02-05  4:20 Sam James
2021-01-24 13:49 David Seifert
2021-01-24 13:49 David Seifert
2020-10-27 23:23 Sam James
2020-10-27 23:23 Sam James
2020-04-03  3:20 Matthias Maier
2017-04-22 16:03 Justin Lecher
2017-04-22 16:03 Justin Lecher
2017-03-23  0:17 Matthias Maier
2017-03-23  0:17 Matthias Maier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1722854842.2b17f6b4edc4f3e39bd155cc7e186ede6020659b.jsmolic@gentoo \
    --to=jsmolic@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox