summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-20 13:16:00 +0100
committerSam James <sam@gentoo.org>2023-07-20 13:16:00 +0100
commita72b4a02bcd6e21ed62b56955074b2582a9ec785 (patch)
tree39b3ecbd4a6494ae14e4841f683de483bf21abb3 /eclass/toolchain.eclass
parentsys-devel/gcc: add 13.1.1_p20230720 (13.2 RC1) (diff)
downloadgentoo-a72b4a02bcd6e21ed62b56955074b2582a9ec785.tar.gz
gentoo-a72b4a02bcd6e21ed62b56955074b2582a9ec785.tar.bz2
gentoo-a72b4a02bcd6e21ed62b56955074b2582a9ec785.zip
toolchain.eclass: add note re texinfo QA warning
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index ed6692ca8dea..52baf429a58c 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1304,6 +1304,7 @@ toolchain_src_configure() {
)
fi
+ # TODO: Ignore RCs here (but TOOLCHAIN_IS_RC isn't yet an eclass var)
if [[ ${PV} == *_p* && -f "${S}"/gcc/doc/gcc.info ]] ; then
# Safeguard against https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106899 being fixed
# without corresponding ebuild changes.