summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-07 10:25:03 +0100
committerSam James <sam@gentoo.org>2024-08-07 10:25:03 +0100
commitcad8e1e7e09bd33b53be59576f4adc6bb1420a12 (patch)
tree267c1599b8c09ead6314e11b08e09fdd3331a429 /eclass
parentdev-ruby/mime-types-data: Stabilize 3.2024.0702 amd64, #937477 (diff)
downloadgentoo-cad8e1e7e09bd33b53be59576f4adc6bb1420a12.tar.gz
gentoo-cad8e1e7e09bd33b53be59576f4adc6bb1420a12.tar.bz2
gentoo-cad8e1e7e09bd33b53be59576f4adc6bb1420a12.zip
toolchain.eclass: add link to upstream bug for manifests vs ABIs
Bug: https://gcc.gnu.org/PR116260 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '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 591ca98d7467..106939bfdeb5 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1968,6 +1968,7 @@ toolchain_src_test() {
)
# Produce an updated failure manifest.
+ # XXX: Manifests aren't ideal w/ multilib because of https://gcc.gnu.org/PR116260
einfo "Generating a new failure manifest ${T}/${CHOST}.xfail"
rm -f "${T}"/${CHOST}.xfail
edo "${T}"/validate_failures.py \