From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 3A0263844079 for ; Fri, 3 Jul 2020 15:25:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3A0263844079 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 192DB117D8C; Fri, 3 Jul 2020 11:25:55 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kRT9rHjHsJ7b; Fri, 3 Jul 2020 11:25:55 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DECF4117B29; Fri, 3 Jul 2020 11:25:54 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 7BA17864E6; Fri, 3 Jul 2020 08:25:52 -0700 (PDT) Date: Fri, 3 Jul 2020 08:25:52 -0700 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: Building today's snapshot of GDB with MinGW Message-ID: <20200703152552.GM5340@adacore.com> References: <83a70l20dn.fsf@gnu.org> <83ftaczfvl.fsf@gnu.org> <20200701193026.GE5340@adacore.com> <83zh8ivxwb.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83zh8ivxwb.fsf@gnu.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2020 15:26:05 -0000 > I can submit a change, but it would be difficult for me to try it, and > regenerate configure in general (I don't have the right version of > Autotools installed). Would it be okay to send a change and ask > someone to do the rest? No problem; if you send me the configure.xxx change, I can re-run autoconf et al, and send you a diff with the regenerated files. We can do that as a private exchange to avoid bothering everyone else for that part. -- Joel