From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9901 invoked by alias); 9 Jun 2011 19:02:27 -0000 Received: (qmail 9881 invoked by uid 22791); 9 Jun 2011 19:02:26 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Jun 2011 19:02:11 +0000 Received: (qmail 24830 invoked from network); 9 Jun 2011 19:02:10 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Jun 2011 19:02:10 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1QUkUa-0004SH-Ey; Thu, 09 Jun 2011 19:02:08 +0000 Date: Thu, 09 Jun 2011 19:13:00 -0000 From: "Joseph S. Myers" To: Douglas B Rupp cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Un-obsolete Interix In-Reply-To: <4DF10102.50503@gnat.com> Message-ID: References: <4DF10102.50503@gnat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 X-SW-Source: 2011-06/txt/msg00760.txt.bz2 Why are you adding an include of to i386-interix.h? This header (and most common system headers) should generally be included via system.h on the host, or tsystem.h on the target, not directly. -- Joseph S. Myers joseph@codesourcery.com