From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82600 invoked by alias); 29 Jun 2018 15:43:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 82580 invoked by uid 89); 29 Jun 2018 15:43:33 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 29 Jun 2018 15:43:33 +0000 Received: from smtp.corp.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 524BB30BA1ED; Fri, 29 Jun 2018 15:43:31 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-221.ams2.redhat.com [10.36.116.221]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AC6198D0B1; Fri, 29 Jun 2018 15:43:30 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id w5TFhRjV013846; Fri, 29 Jun 2018 17:43:28 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id w5TFhPnM013845; Fri, 29 Jun 2018 17:43:25 +0200 Date: Fri, 29 Jun 2018 15:54:00 -0000 From: Jakub Jelinek To: Jeff Law Cc: Richard Biener , bwiedemann@suse.de, Ian Lance Taylor , GCC Patches , "Joseph S. Myers" Subject: Re: [PATCH] libtool: Sort output of 'find' to enable deterministic builds. Message-ID: <20180629154324.GL7166@tucnak> Reply-To: Jakub Jelinek References: <20180625113856.12031-1-bwiedemann@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg01888.txt.bz2 On Fri, Jun 29, 2018 at 09:09:38AM -0600, Jeff Law wrote: > > Btw, running find to search for libtool.m4/ltmain.sh I find extra copies in > > > > ./libgo/config/ltmain.sh > > ./libgo/config/libtool.m4 > > > > which are nearly identical besides appearantly patched in GO support? > > > > Can we consolidate those and/or do we need to patch those as well? > Ideally consolidate. The README indicates that directory is supposed > "temporarily until Go support is added to autoconf and libtool". Can it be done when these files are not owned by GCC, but copied from upstream? Jakub