From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C04A83972C04; Tue, 17 Nov 2020 22:09:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C04A83972C04 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/97865] libtool needs to be updated for Darwin20. Date: Tue, 17 Nov 2020 22:09:17 +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: 11.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: iains 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, 17 Nov 2020 22:09:17 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D97865 --- Comment #13 from Iain Sandoe --- (In reply to joseph@codesourcery.com from comment #12) > config.sub and config.guess are imported, unmodified, from upstream=20 > config.git. thanks I will try to do that and test it over the next days (I've been usin= g a newish version on arm64-darwin20 for a few months so don't anticipate probl= ems - but who knows). > libtool has lots of local changes, hopefully all of them submitted=20 > upstream but maybe not and maybe some not committed upstream (libtool has= =20 > very few commits in recent years, but lots since the 2009 version used in= =20 > GCC). As well as checking all the local changes (relative to libtool=20 > commit 2c9c38d8a12eb0a2ce7fe9c3862523026c3d5622, apparently) and applying= =20 > them to a new version as needed, updating libtool would also require=20 > reverting libtool commit 3334f7ed5851ef1e96b052f2984c4acdbf39e20c to deal= =20 > with a mismatch of --with-sysroot interpretations. The patch I have here is a additional local change (and specific to Darwin), unfortunately, I don't have resources to address the scope of work you describe.=