X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=Q3
	LepHWF05a5WOumx5VSNxSzrX0DUIAxB/pcoVdCtymi5jT3alh1lH+39IrHDkZjgw
	kFRk7OyZL/bt9PQ3Lim+cxWGikbQ73QsyHxFFeLo1APraD8wzAX0TSlGtIR8TP3a
	wePGDU68SO7XabeB1RQPNL1YV1r7a3FlycGMy3aqU=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=/om7fXAW
	O1HaAn7Hh566UmW/guE=; b=ko4T7pU1ciOjoLOzmdnO5LythkQXyUQOoNJ3QopV
	ikGBT2z4SCsHKjQ0fVxi8hxhrd+1i79fZ7aII7dDt0bSxUEYCBuwI9jeVYTSgj+r
	xd6swS91HMpLzWmnIZqYAf13yTleW8Y9AIcmfjE5s+TdAWvqlE8ca5hk2mnMJ5K8
	zVw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_40,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=win64, Win64, sk:i686-w6, sk:i686w6
X-HELO: mail-wm0-f47.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:in-reply-to:references:date         :message-id:subject:from:to;        bh=k3lLv2qxZwXCM/EEUmCpwStA5KAgluvTxsaNbkE9WUM=;        b=mB3jrrum62vhyegtWT+jDlXKAOwiQXMme7FnMGrxCNBVmlo343CoQPrCPvzCbwRGDl         uwHtcbd8LebS3nxiTOurjcxSKtEP2FHamC+5U+4b5T0FL0wO06xEy5LfBO89dBHTRYXD         L1Oqj5SQUrGaulHm8LUbqAYrK0G8Zn7TaOwD2+IIybA0yGZcGk1Nn4rMKmN/GWUB6pIo         X0WTHEDDH+p+T8vWppDADvVgUWQ42D+0qTY6s8u85E7lbGo7YOvg1BbSamBI7kgU0pmO         UgA7pvanHNJQMR/FpW6REn2FtYBYcRFZbV3EhSCtoVYUHWV+Fu9mW07TRNwqyoZMYN6l         gjZg==
X-Gm-Message-State: AD7BkJIBqUYRMkm+3yVc6yMhXFzTgQpsld1HlmS/BzsJqy3f57t/8K/gnxXwIlKts0gwwO6Nxi3h+61UREAVDA==
MIME-Version: 1.0
X-Received: by 10.194.58.12 with SMTP id m12mr35541639wjq.22.1458587559777; Mon, 21 Mar 2016 12:12:39 -0700 (PDT)
In-Reply-To: <56EB2575.5000209@cygwin.com>
References: <56EB2575.5000209@cygwin.com>
Date: Mon, 21 Mar 2016 15:12:39 -0400
Message-ID: <CAD8GWsuU5t2ftMf3Oe+DWE65rrgkquR96sMGONmykGicpx5Mjw@mail.gmail.com>
Subject: Re: Removed: mingw.org toolchain
From: Lee <ler762@gmail.com>
To: The Cygwin Mailing List <cygwin@cygwin.com>
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

On 3/17/16, Yaakov Selkowitz wrote:
> The old mingw.org (i686-pc-mingw32) toolchain has been removed from the
> Cygwin distribution.  It was unmaintained (both upstream and downstream)
> and limited to 32-bit support.
>
> Users who wish to cross-compile for native Windows should use the
> mingw64-* ({i686,x86_64}-w64-mingw32) toolchains instead.

I'd like to cross-compile to native Windows 32 bit executables.  So
I'd install mingw64-i686-gcc-core even tho it says "GCC for Win64
toolchain" - correct?

And then ./configure  --host=i686-w64-mingw32
or use some other host value?


nit-picky, but should the FAQ be updated to remove "mingw-gcc"?

6.13 How do I compile a Win32 executable that doesn't use Cygwin?
The compilers provided by the mingw-gcc, mingw64-i686-gcc, and
mingw64-x86_64-gcc packages link against standard Microsoft DLLs
instead of Cygwin.

Thanks,
Lee

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

