From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44136 invoked by alias); 23 Oct 2015 16:57:47 -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 44121 invoked by uid 89); 23 Oct 2015 16:57:47 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 23 Oct 2015 16:57:46 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 08770C0BEA9C; Fri, 23 Oct 2015 16:57:44 +0000 (UTC) Received: from localhost.localdomain (vpn1-5-55.ams2.redhat.com [10.36.5.55]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9NGvgQ0017093; Fri, 23 Oct 2015 12:57:43 -0400 Subject: Re: config header file reduction patch checked in. To: Andrew MacLeod , Iain Sandoe References: <560DEA79.8050709@redhat.com> <560DECE1.5080807@redhat.com> <56159676.6050405@redhat.com> <5616717F.8040306@redhat.com> <561B698C.8060801@redhat.com> <562154BA.2030209@redhat.com> <688F1D44-78EA-40FD-A000-A2E611C24CFE@codesourcery.com> <56251212.9050504@redhat.com> Cc: Jeff Law , gcc-patches List , Mike Stump , Dominique Dhumieres From: Bernd Schmidt Message-ID: <562A6706.1010907@redhat.com> Date: Fri, 23 Oct 2015 17:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56251212.9050504@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg02477.txt.bz2 On 10/19/2015 05:53 PM, Andrew MacLeod wrote: > interesting that none of the cross builds need diagnostics-core.h. I see > it used in 7 different targets. Must be something on the native build > command line that is defined which causes it to be needed. I'm guessing it's the CROSS_DIRECTORY_STRUCTURE macro which is used by darwin targets. It's also used for several other targets, so you may want to double check those. Bernd