llvm-core/flang: tweak GCC comment

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-06-08 01:09:49 +01:00
parent 6c78230a2d
commit 010659711d
3 changed files with 3 additions and 3 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -11,7 +11,7 @@
<flag name="clang">
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.
</flag>
</use>
</pkgmetadata>