From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 437403858D35 for ; Tue, 30 Apr 2024 02:26:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 437403858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 437403858D35 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=158.69.221.121 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714443998; cv=none; b=KDnr4BkTxgBdH8/3lI7xvXBUkowuHaJBFvmC32+JA5BbVaLMxngIZ1uKYPbqvgobqSNAJ2RCycO5BumqP2ILz6gpwERTFiaMMuhg1T0WfpZkkSAOAo1kYS6GuCp8bE/RHnfsrDO6nzZUH4i23Oi3VRV3TjatdV+S19Qv4hGSm/M= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714443998; c=relaxed/simple; bh=KoGTvJCR54grJuc5rhuYPXaMnyeubfoTk9JFkoDmWu8=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=DnF+U/PorFU4udRnD/xScrE7RJY5iBpoKj7ZSXibGQPCJouex97MZlu3ndJpzyorjDX+vzjzlx/poct9V7NGDnXCmqkSEfqATGI3B7h4UondI8Y3gVDWniWpc1RTKqJW3+oSg48pF+aq1kIug6dO/SfEUV0SI7JZZWG7De0wz6w= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1714443996; bh=KoGTvJCR54grJuc5rhuYPXaMnyeubfoTk9JFkoDmWu8=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=XPAZDZzzMZRv3/wr7CFSJ0HPGU30jM2dAZCCf+zTHz0WxgzHqowKPQNYYWe/HMqSO Ufth0IYCrTysk3n4Z9ZjAn9h6s0TsnXw5CliwboftaNnOa3/l7OqXP9ql8iDYOHmTg KKoALzg5ahPaWOpc7swRZYhzOvEtJAiHS2lXfNzM= Received: from [10.0.0.11] (modemcable238.237-201-24.mc.videotron.ca [24.201.237.238]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 879151E030; Mon, 29 Apr 2024 22:26:36 -0400 (EDT) Message-ID: <95a67e33-662e-4d74-9dac-3e168618c827@simark.ca> Date: Mon, 29 Apr 2024 22:26:36 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] autoregen.py: Use autoreconf by default To: Christophe Lyon Cc: buildbot@sourceware.org References: <20240428212338.2696584-1-christophe.lyon@linaro.org> Content-Language: en-US From: Simon Marchi In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham 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 2024-04-29 08:27, Christophe Lyon wrote: > On Mon, 29 Apr 2024 at 05:28, Simon Marchi wrote: >> >> >> >> On 2024-04-28 17:23, Christophe Lyon wrote: >>> Since the list of directories compatible with autoreconf is large, >>> make it the default, and introduce a list of directories to >>> reconfigure 'manually'. >> >> The patch looks fine to me. I think we can clean up some things that >> are no longer needed and make the code a bit nicer. I can send a patch >> series for this once this one is merged (I don't want to create >> unnecessary conflicts). >> > > Thanks for your comments. > > Mark, if you are happy with the changes, can you apply this patch? > > Thanks, > > Christophe > >> Simon FYI, I sent these two patches to gcc-patches to try to get rid of the quirks entirely: https://inbox.sourceware.org/gcc-patches/20240430020040.92188-1-simon.marchi@polymtl.ca/T/#u https://inbox.sourceware.org/gcc-patches/20240430022420.114397-1-simon.marchi@polymtl.ca/T/#u If these (or equivalent) get merged, then we'll be able to do everything with autoreconf, it will simplify things a lot. Simon