From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by sourceware.org (Postfix) with ESMTP id 2033E395B049 for ; Wed, 29 Apr 2020 17:14:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2033E395B049 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-247-nxwdLve9P-6oCwkB1fyS1A-1; Wed, 29 Apr 2020 13:14:38 -0400 X-MC-Unique: nxwdLve9P-6oCwkB1fyS1A-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B5164107ACCD; Wed, 29 Apr 2020 17:14:36 +0000 (UTC) Received: from ovpn-114-206.phx2.redhat.com (ovpn-114-206.phx2.redhat.com [10.3.114.206]) by smtp.corp.redhat.com (Postfix) with ESMTP id EB3315C1BE; Wed, 29 Apr 2020 17:14:35 +0000 (UTC) Message-ID: <10b639b335a1f9a064a40410f79fe4c0ba9b749e.camel@redhat.com> Subject: Re: [PATCH v5 GCC] libffi/test: Fix compilation for build sysroot From: Jeff Law Reply-To: law@redhat.com To: "Maciej W. Rozycki" Cc: gcc-patches@gcc.gnu.org, Mike Stump , Chung-Lin Tang , Ian Lance Taylor , libffi-discuss@sourceware.org Date: Wed, 29 Apr 2020 11:14:35 -0600 In-Reply-To: References: <7d67eb66e65632ab1fce66ba07a8aa3e6090953d.camel@redhat.com> Organization: Red Hat User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-9.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, 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: libffi-discuss@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libffi-discuss mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2020 17:14:55 -0000 On Sat, 2020-04-25 at 21:33 +0100, Maciej W. Rozycki wrote: > On Wed, 22 Apr 2020, Jeff Law wrote: > > > > libffi/ > > > * Makefile.am (DISTCLEANFILES): New variable. > > > * configure.ac: Produce `local.exp'. > > > * Makefile.in: Regenerate. > > > * configure: Regenerate. > > > * testsuite/Makefile.am (EXTRA_DEJAGNU_SITE_CONFIG): New > > > variable. > > > * testsuite/Makefile.in: Regenerate. > > OK > > jeff > > Committed now then, according to schedule, thanks for your review. We > may revisit the backport of improvements I previously proposed when/if the > upstream libffi maintainer decides to accept them. ACK. FWIW, I'm expecting Florian to be digging into some libffi stuff relatively soon and once those issues are ironed out, there'll be a push for a libffi upstream release -- which seems like a good place to re-sync GCC to the upstream libffi master. jeff