From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 71B533840C0A; Mon, 22 Jun 2020 12:09:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71B533840C0A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1592827740; bh=OuUfNBX9nfrk5gz+7LtOFootm1FWmNMPf6H4BplNRgk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dN/eo3mvFhMWAG51haT0OpfOKGbvaFE3wQniFQG/KvwngY07hZe4SSzR4csTKjQoT SstfpFwi1OlUkDEYMb28vMFQv4GB3avZRoNtdgxtjJ3ci4Jy3PAFGYS6Zp/NlGTiRk ZNrFztBhFD9j2NgKWFlZ2TdgqYtYdCKUSCftctL4= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/94998] [10 Regression] GCC 10 won't configure for host=x86, build!=host, linker=bfd due to CET Date: Mon, 22 Jun 2020 12:09:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: hjl.tools at gmail dot com X-Bugzilla-Target-Milestone: 10.2 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2020 12:09:00 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94998 --- Comment #9 from CVS Commits --- The releases/gcc-10 branch has been updated by H.J. Lu : https://gcc.gnu.org/g:2c7ae01349f779f1d4e66d8831052ee59f9c948b commit r10-8336-g2c7ae01349f779f1d4e66d8831052ee59f9c948b Author: H.J. Lu Date: Tue May 12 10:39:42 2020 -0700 Enable CET in cross compiler if possible Don't perform CET run-time check for host when cross compiling. Instea= d, enable CET in cross compiler if possible so that it will run on both CET and non-CET hosts. config/ PR bootstrap/94998 * cet.m4 (GCC_CET_HOST_FLAGS): Enable CET in cross compiler if possible. libiberty/ PR bootstrap/94998 * configure: Regenerated. lto-plugin/ PR bootstrap/94998 * configure: Regenerated. (cherry picked from commit d17cdc17c90ce77cb90c569322c1f241d3530cec)=