From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9958 invoked by alias); 11 Jun 2004 22:31:48 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 9938 invoked from network); 11 Jun 2004 22:31:47 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 11 Jun 2004 22:31:47 -0000 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 7CEFD6D5F9A; Sat, 12 Jun 2004 00:31:47 +0200 (CEST) Message-ID: <40CA3315.90203@suse.de> Date: Fri, 11 Jun 2004 23:54:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: mark@codesourcery.com Cc: gcc-patches@gcc.gnu.org Subject: Re: PATCH to support native Windows builds References: <200406112059.i5BKxnWv025590@sirius.codesourcery.com> In-Reply-To: <200406112059.i5BKxnWv025590@sirius.codesourcery.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-06/txt/msg00821.txt.bz2 Mark Mitchell wrote: >This patch provides support for building GCC on native Windows (i.e., >MinGW) as opposed to Cygwin. > Mark, it looks like nobody wants to see the actual patch ;) Out of curiosity, I would. Paolo.