Skip to content

Commit

Permalink
toolchain.eclass: add link to upstream bug for manifests vs ABIs
Browse files Browse the repository at this point in the history
Bug: https://gcc.gnu.org/PR116260
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 7, 2024
1 parent c8d8d07 commit cad8e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit cad8e1e

Please sign in to comment.