https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113056
--- Comment #13 from GCC Commits ---
The master branch has been updated by Thomas Schwinge :
https://gcc.gnu.org/g:cde6f1085b7027f6a42fdb71c786d422606a8765
commit r14-6998-gcde6f1085b7027f6a42fdb71c786d422606a8765
Author: Thomas Schwinge
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.