From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A9AC43870850; Tue, 2 Jun 2020 08:38:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9AC43870850 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591087108; bh=ym5ai3PijR3QWdplZCPMz9JG9AGLFAENdDyorHJTlKQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Qh7iwFhsSuuiJWGuLzTYQYbR0bKO+yGlWBo/FQt3Y+W/zC998lRMQIYjJ1B+esDPq fVDwtcfbpbhBqe+x+K22psABGruHjL40ldZOk7oDSxUWRD0P9ylCeBpWKQL/lg6L3V 5dtVi26Cu1jjY+pqPTnU+RNcohZQvtbPhAiQ/B/0= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/95420] arm-wrs-vxworks7: xgcc: error: unrecognised -mcpu target: armv7-a Date: Tue, 02 Jun 2020 08:38:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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: Tue, 02 Jun 2020 08:38:28 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95420 --- Comment #4 from CVS Commits --- The releases/gcc-10 branch has been updated by Iain Buclaw : https://gcc.gnu.org/g:89b625be0aab128b2316a937881147cd4a2e354a commit r10-8221-g89b625be0aab128b2316a937881147cd4a2e354a Author: Iain Buclaw Date: Mon Jun 1 00:18:44 2020 +0200 Fix unrecognised -mcpu target 'armv7-a' on arm-wrs-vxworks7 In the removal of arm-wrs-vxworks, the default cpu was updated from arm8 to armv7-a, but this is not recognized as a valid -mcpu target. There is however generic-armv7-a, which was likely the intended cpu that should have been used instead. gcc/ChangeLog: PR target/95420 * config.gcc (arm-wrs-vxworks7*): Set default cpu to generic-armv7-a. (cherry picked from commit 86b14bb1a93d8ef01678d132013a2006a4f00deb)=