From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) by sourceware.org (Postfix) with ESMTP id 0FA633839D8E for ; Fri, 25 Nov 2022 19:44:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0FA633839D8E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kernel.crashing.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kernel.crashing.org Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 2APJh613003514; Fri, 25 Nov 2022 13:43:06 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 2APJh5Ml003513; Fri, 25 Nov 2022 13:43:05 -0600 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Fri, 25 Nov 2022 13:43:05 -0600 From: Segher Boessenkool To: Peter Dyballa Cc: Jonathan Wakely , gcc-help@gcc.gnu.org Subject: Re: Configuring GCC 10.3 on PPC Mac OS X 10.4.11/Tiger for build reveals flaws in configure scripts Message-ID: <20221125194305.GJ25951@gate.crashing.org> References: <20221125155607.GI25951@gate.crashing.org> <7500F06B-1BD1-42E0-832B-7C5B1F14696B@Web.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7500F06B-1BD1-42E0-832B-7C5B1F14696B@Web.DE> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, Nov 25, 2022 at 05:50:56PM +0100, Peter Dyballa wrote: > > Am 25.11.2022 um 16:56 schrieb Segher Boessenkool : > > Also, GCC 10.4 was released over a month ago, please use that? > > Any problem in previous minor releases might already be fixed > > I can try. I was asked to try to build the MacPorts package, or "port", gcc10-bootstrap to help solve another problem on PPC Tiger/Mac OS X 10.4.11 I've seen that GCC 10.4 was out and I now know that MacPorts supports this version too: Ah. I don't know what modifications they make, but our compilers should work without any of that. You could try with what we distribute, and get help from us ;-) The problems you encountered with the modified source code you tried might happen with unmodified code just the same, but it is hard to know for sure unless you try, and support is much harder than needed with unknown modified code :-( Segher