[Bug rust/113056] [14 regression] Build failure in libgrust

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 8 11:02:07 GMT 2024


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Thomas Schwinge <tschwinge@gcc.gnu.org>:

https://gcc.gnu.org/g:cde6f1085b7027f6a42fdb71c786d422606a8765

commit r14-6998-gcde6f1085b7027f6a42fdb71c786d422606a8765
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Mon Dec 18 16:27:39 2023 +0100

    libgrust: 'AM_ENABLE_MULTILIB' only for target builds [PR113056]

    ..., but not for host builds, which don't need it, and it may cause the
build
    to fail.

    Use what appears to be the standard pattern for that (see
    'libbacktrace/configure.ac', 'zlib/configure.ac').

            PR rust/113056
            libgrust/
            * configure.ac: 'AM_ENABLE_MULTILIB' only for target builds.
            * configure: Regenerate.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Gcc-rust mailing list