From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BEF633858408; Mon, 8 Jan 2024 11:02:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BEF633858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704711730; bh=gUk/wfWbjFQJsT9ILtMOV4+Exq99mXXnN0luc+kmjo0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WbYWudK8PHoq/qB7VeIABdUbX1gCQn05wIqIcMBvAiqLglwtX0coMvNdCVwsOjDMs 9xjFZTBCbTPSYNR3sDrkmA43Ot8lAb9zRS4nRJIgyjTNOiHydBmFwQ8nfZ8MtvNYYd W7c4XyopxR/vVL7X6vibhvf6EpkiZsQCxPZtn81c= From: "cvs-commit at gcc dot gnu.org" To: gcc-rust@gcc.gnu.org Subject: [Bug rust/113056] [14 regression] Build failure in libgrust Date: Mon, 08 Jan 2024 11:02:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rust X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: tschwinge at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113056 --- 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=