From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9851C3858401; Mon, 5 Jun 2023 04:15:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9851C3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685938506; bh=FR1CwdVPREAJoojwWYa41rKh9TnR3bReQSyfqwRDafk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=baWLio8xFw4km0GHUfCrumLoQYOUI1GO9ToMcHDR6DLtyNwDwqY8ysm9oVWkePVTc o4GbLZQct/btfnCaWA0QsZvrAjp+3EGKK0ooLH++roheFyrRhVzCq8bqXN6HucEcU6 JtalpmPQNzMN6zBJz/BGx8R3oDVElYH7qI9hMMio= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/110085] make clean inside the gcc directory when configured with m2 language and for sh-elf messes up Date: Mon, 05 Jun 2023 04:15:06 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed assigned_to bug_status 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=3D110085 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-06-05 Ever confirmed|0 |1 Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot = gnu.org Status|UNCONFIRMED |ASSIGNED --- Comment #1 from Andrew Pinski --- I will do the patch here. Since these directories are no longer created (fo= r a long time now). The clean part comes from 1994 so I suspect when libgcc was moved to the toplevel in GCC 4.3.0 in 2007 (r0-78222-gfa9585134f6f58), the clean part was not removed and didn't make a huge difference for most targe= ts until GCC 13 when m2 was added and sh has a m2 multilib.=