From 010659711d7ad1ea66a744b67ff7d4efd694ebe5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 8 Jun 2025 01:09:49 +0100 Subject: [PATCH] llvm-core/flang: tweak GCC comment Signed-off-by: Sam James --- llvm-core/flang/flang-21.0.0.9999.ebuild | 2 +- llvm-core/flang/flang-21.0.0_pre20250607.ebuild | 2 +- llvm-core/flang/metadata.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm-core/flang/flang-21.0.0.9999.ebuild b/llvm-core/flang/flang-21.0.0.9999.ebuild index 706f01805d961..8faa9c45706c2 100644 --- a/llvm-core/flang/flang-21.0.0.9999.ebuild +++ b/llvm-core/flang/flang-21.0.0.9999.ebuild @@ -44,7 +44,7 @@ pkg_pretend() { if ! use clang && tc-is-gcc; then ewarn "Building using GCC requires lots of memory (up to 10 GiB per process)." ewarn "Consider enabling USE=clang." - ewarn "See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119705" + ewarn "See https://gcc.gnu.org/PR119705" fi } diff --git a/llvm-core/flang/flang-21.0.0_pre20250607.ebuild b/llvm-core/flang/flang-21.0.0_pre20250607.ebuild index 706f01805d961..8faa9c45706c2 100644 --- a/llvm-core/flang/flang-21.0.0_pre20250607.ebuild +++ b/llvm-core/flang/flang-21.0.0_pre20250607.ebuild @@ -44,7 +44,7 @@ pkg_pretend() { if ! use clang && tc-is-gcc; then ewarn "Building using GCC requires lots of memory (up to 10 GiB per process)." ewarn "Consider enabling USE=clang." - ewarn "See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119705" + ewarn "See https://gcc.gnu.org/PR119705" fi } diff --git a/llvm-core/flang/metadata.xml b/llvm-core/flang/metadata.xml index 67d13bc9f0ecf..6eab946fe632b 100644 --- a/llvm-core/flang/metadata.xml +++ b/llvm-core/flang/metadata.xml @@ -11,7 +11,7 @@ Force building using installed clang (rather than the default CC/CXX). This is the default since building - with GCC requires lots of memory. + Flang specifically with GCC requires lots of memory for now.