From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4986 invoked by alias); 15 Jun 2013 17:41:53 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 4964 invoked by uid 89); 15 Jun 2013 17:41:47 -0000 X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-pb0-f43.google.com (HELO mail-pb0-f43.google.com) (209.85.160.43) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 15 Jun 2013 17:41:46 +0000 Received: by mail-pb0-f43.google.com with SMTP id md12so1527050pbc.16 for ; Sat, 15 Jun 2013 10:41:44 -0700 (PDT) X-Received: by 10.68.32.161 with SMTP id k1mr7005696pbi.221.1371318104846; Sat, 15 Jun 2013 10:41:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.28.100 with HTTP; Sat, 15 Jun 2013 10:41:24 -0700 (PDT) In-Reply-To: References: From: NightStrike Date: Sat, 15 Jun 2013 17:41:00 -0000 Message-ID: Subject: Re: GCC 4.8.1 building fails To: Jonathan Wakely Cc: gcc-help , Ignas , David Kredba Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00115.txt.bz2 On Sat, Jun 15, 2013 at 1:11 PM, Jonathan Wakely wrote: > On 15 June 2013 17:11, NightStrike wrote: >> >> It's not the only way. In fact a much easier way is to use a Canadian cross >> to build the native gcc using some other system. > > Ah, interesting. Does that still use the mingw runtime though? Yes, assuming you use the --with-sysroot options appropriately. Sidenote: Apparently my new droid is sending all mail as html mail, so sorry that the last message didn't make it through to the list :(