mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
llvm-core/flang: tweak GCC comment
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user