From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 580DB3858C2B; Mon, 15 May 2023 18:10:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 580DB3858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684174209; bh=wHtDOBU+NNmew3deBXDtTimuUwd0XZDroWdN9ysLHcE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=txJIpZ7L4A7HNt2BTNVPzmaznXL+9emslNw1XCknzY+Nr5YHXVB2pKTMPpNmZe5ux VH1xAKwO6qihzeLXlE9bO3jaEqa2O0F75bj8+6A0/TPL3dX0qE5ASWjFqalTbwH/mo gwwjA77cKAa5iZh3xK7SC9JY8e4fFoOfusTEvSk8= From: "bkorb at gnu dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/105719] RFE: fixincludes should handle Frameworks Date: Mon, 15 May 2023 18:10:08 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: bkorb at gnu dot org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: egallager 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105719 --- Comment #5 from Bruce Korb --- It's been a long time since I mucked with fixincludes. My first guess, with= out going back and reading code, would be to provide fixincludes with a list of trees to traverse and not have it burned into fixincludes at all. That might even be helpful for cross compiles also. :)=