From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dedi548.your-server.de (dedi548.your-server.de [85.10.215.148]) by sourceware.org (Postfix) with ESMTPS id 8AE2738708A8 for ; Tue, 9 Jun 2020 09:28:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8AE2738708A8 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embedded-brains.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sebastian.huber@embedded-brains.de Received: from sslproxy01.your-server.de ([78.46.139.224]) by dedi548.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1jiaYG-0000pl-67; Tue, 09 Jun 2020 11:28:12 +0200 Received: from [82.100.198.138] (helo=mail.embedded-brains.de) by sslproxy01.your-server.de with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1jiaYG-000EYh-2i; Tue, 09 Jun 2020 11:28:12 +0200 Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 60EFD2A1610; Tue, 9 Jun 2020 11:28:30 +0200 (CEST) Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 7yj1paZE4Ksu; Tue, 9 Jun 2020 11:28:30 +0200 (CEST) Received: from localhost (localhost.localhost [127.0.0.1]) by mail.embedded-brains.de (Postfix) with ESMTP id 040812A165B; Tue, 9 Jun 2020 11:28:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra.eb.localhost Received: from mail.embedded-brains.de ([127.0.0.1]) by localhost (zimbra.eb.localhost [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2or2kjwQmDPW; Tue, 9 Jun 2020 11:28:29 +0200 (CEST) Received: from shuber-nb-linux.eb.localhost (unknown [10.10.171.22]) by mail.embedded-brains.de (Postfix) with ESMTPSA id C375C2A1610; Tue, 9 Jun 2020 11:28:29 +0200 (CEST) Subject: Re: [PATCH] Auto-generated files for commit e6ce6f1430eee503a388cf1fc7fe6634de09fb0f To: Eshan Dhawan , newlib@sourceware.org References: <26dc2ba9-5a45-16bb-ba47-c54b475271c4@embedded-brains.de> <7C4F403E-3A80-4C0E-AE59-02E8E153011D@gmail.com> From: Sebastian Huber Message-ID: Date: Tue, 9 Jun 2020 11:28:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Authenticated-Sender: smtp-embedded@poldinet.de X-Virus-Scanned: Clear (ClamAV 0.102.3/25837/Mon Jun 8 14:50:11 2020) X-Spam-Status: No, score=-13.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2020 09:28:16 -0000 On 09/06/2020 10:56, Eshan Dhawan wrote: > > On Tue, Jun 9, 2020 at 10:27 AM Sebastian Huber=20 > > wrote: > > On 08/06/2020 08:06, Eshan Dhawan wrote: > > >>> On 08-Jun-2020, at 10:40 AM, Sebastian > Huber > wrote: > >>> > >>> =EF=BB=BFOn 07/06/2020 19:42, Eshan dhawan wrote: > >>> > >>> diff --git a/newlib/configure b/newlib/configure > >>> index d6c3372d8..4e0125101 100755 > >>> --- a/newlib/configure > >>> +++ b/newlib/configure > >>> @@ -1,11 +1,9 @@ > >>> #! /bin/sh > >>> # Guess values for system-dependent variables and create > Makefiles. > >>> -# Generated by GNU Autoconf 2.68 for newlib 3.3.0. > >>> +# Generated by GNU Autoconf 2.69 for newlib 3.3.0. > >>> # > >> If you use the wrong Autoconf/Automake versions to regenerate > the files, then the universe may collapse. > > I have tested the patches and it works completely fine with > these versions as well. > > With how many Newlib targets and host systems have you tested this > change? Are you really confident enough to change the top-level > configure file of Newlib through an unrelated side-effect of a > powerpc > fenv support patch? > > Please regenerate the files with the right Automake/Autoconf versio= ns > and reduce the impact of your patch. > > Ok, I will regenerate the patch. > Could you please tell me the correct versions to be used, I don't know this for sure, but I guess it is Autoconf 2.68 if you look=20 a couple of lines above.