From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22058 invoked by alias); 29 Oct 2014 00:17:31 -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 21973 invoked by uid 89); 29 Oct 2014 00:17:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 29 Oct 2014 00:17:29 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjGx3-0003xJ-5L for gcc-patches@gcc.gnu.org; Wed, 29 Oct 2014 01:17:25 +0100 Received: from net-37-117-142-149.cust.vodafonedsl.it ([37.117.142.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 01:17:25 +0100 Received: from bonzini by net-37-117-142-149.cust.vodafonedsl.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 01:17:25 +0100 To: gcc-patches@gcc.gnu.org From: Paolo Bonzini Subject: Re: PATCH: fix breakage from "[PATCH] Fix genmatch linking" Date: Wed, 29 Oct 2014 00:30:00 -0000 Message-ID: <54503209.6090009@gnu.org> References: <201410240432.s9O4W6AK006208@ignucius.se.axis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: gcc-patches@gcc.gnu.org, jakub@redhat.com User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: <201410240432.s9O4W6AK006208@ignucius.se.axis.com> X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg02997.txt.bz2 Message-ID: <20141029003000.aVP6o02S4RDKnz9i4O7R1z0w-Ii8kR_KbBlVU8h60cQ@z> On 10/24/2014 06:32 AM, Hans-Peter Nilsson wrote: > It seems "more correct" to just disable the config.cache sharing > between the differently-configured build-subdirectories, as is > already is done for host-libraries and target-libraries, even if > that may slow down the builds. Yes, please do.