delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/04/17/21:41:06

X-Recipient: archive-cygwin AT delorie DOT 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:reply-to:message-id:date:from:mime-version:to
:subject:content-type; q=dns; s=default; b=wggzpbwKy2pT94mvMODAL
VleE6hNMQ1UXQTXZ06whf9nCnKAd3MndqqCUxUBX0t31UDN/Ux53StnksrhcDZY0
2P7u6Y9m43Se39TYOBIgj4hoxOAce5WUqlL7RzxgDGIi/klkqP7TB1cCFFf2151Q
8ufmQzhrw8li1y5K/99MvI=
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:reply-to:message-id:date:from:mime-version:to
:subject:content-type; s=default; bh=tJmFaX0C62fY7DjRnWNybPNW1Ao
=; b=rWQj5GCEhdZid7mLYNvOpCds4oVcVYSBTgpQl/ByA4Ig7/rSX2MjHRnmrNZ
97XEFzOgvSuCx7C8qTGMiwXQuNMsB4ojQe0PEtO9jsdQe1tHsuQDo9FKCBQ2ZO9y
uS/BbHSXig6iDr4msXwJXWMUHMM0biBElbLZzZFcTAsxI74Y=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=UNSUBSCRIBE, yourdomaincom, UD:yourdomain.com, yourdomain.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject; bh=nUQeHgiXTzzP4fF0KSYl9xvPIZXX06UH+A4DRl0pfFw=; b=mjtO7tWCckHSl2MWixY8upW7GNISe2+/tpme1+023fnDHIMR8n9p22pNGfakMmGfS6 TFoJJ6X9ngEyb6x8LSakS2/jpdqpkQKVFYnjvzoB4DgP8GPvf51U8oGY/583+DDnaDbv QKBnL4zOdH5vi97GUcSI4DF6KZD9QreOjvXVc7eMDkMpVdX4eYStGXCgLF6bVrG16uOV kpUAdpvrrFup8lfh7TwAyh7v2t98iDkDuWOiDyz78Os+x+kf+ywYBU6GRD8VhVmugWNS mB7F7M13dtIv46sgTuE6SCte1zWxf8dU0dmWg5+TEo1HXD6WSu8+qy4TuxJRCsxWCTBi yb+g==
X-Gm-Message-State: AOPr4FXtIdF3THTJDbnfj/eZexvgz9XqcBhmBTW76Gn2xUxwGFCdM+cEpkcFa55NzhWh7A==
X-Received: by 10.66.231.98 with SMTP id tf2mr9087180pac.56.1460934623003; Sun, 17 Apr 2016 16:10:23 -0700 (PDT)
Message-Id: <announce.571417DB.60102@gmail.com>
Date: Mon, 18 Apr 2016 07:10:19 +0800
From: JonY <10walls AT gmail DOT com>
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:25.4) Gecko/20150524 FossaMail/25.1.5
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: gcc-5.3.0-5 (x64)
X-IsSubscribed: yes

--EJw07iSigJmrBJlCl87pFnIg50sK2CGLw
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

gcc-5.3.0-5 has been uploaded for Cygwin, now rebuilt with cygwin 2.5.0.
Now actually built with cygwin 2.5.0.

GCC5 uses a new versioning scheme, under the old scheme, it would be
5.0.3, with 5.2.0 as 5.0.2. See https://gcc.gnu.org/develop.html under
"Version Numbering Scheme for GCC 5 and Up".

This version has been built with
--with-default-libstdcxx-abi=3Dgcc4-compatible so it should remain
compatible to GCC 4 C++ ABI.

Note that C11 with gnu extensions is now default for C. See
https://gcc.gnu.org/gcc-5/porting_to.html for more help on porting code
to GCC 5.

Changes since -3:
* Rebuilt with cygwin 2.5.0.

Changes since -2:
* Revert to gcc-4 behavior, search /usr/lib before /usr/lib/w32api.

Changes since -1:
* Fixed -rdynamic, thanks to Yaakov.
* libitm, libcilkrts enabled, also thanks to Yaakov.

              *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=3Dyourdomain.com <at> cygwin.com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.




--EJw07iSigJmrBJlCl87pFnIg50sK2CGLw
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIcBAEBAgAGBQJXFBfbAAoJEHE7X+KcFF1FGPgQAIerZ6EeOQTEqBqXX1yj4t8H
WKp5Jsz9WtRU8Vp7OHGlaztLIiGoF/24Kthtr4lE7jwGZuNwJ7k/cbuieojFFH/N
8fMPiuVs0S2jeQGpmPYsFEuGsfnwli2b6PiUE2EeuhJNV/jQZRICFJzb3ogXR7vx
0cgs2YrqANOtRGhEACLrBtBk8mR1e3JaVX95RKF6BWx0MY6QmdLHvVTrXvRgZ9+w
LAq5fGgiFkDgffxcH9/+NhfJisUWF9rh46sfcOBjhOaCR4uT4i7GK5WAkMo+ADtf
oNkOdANfmZLDqa+6RKoiU+PBrQuj6HnhdvIEiJSXlQJh3xTYTnWSDqxmp51G+EuE
4DRu3y6cVRGn3YX9N/MTmqre6Je3u5tazTxoz/CuSQhLh9FW5C1+bV8joyl0A/ci
zPzve3EW61jo3yA4DsgKJc+XVsy5s33olxdXIkdIr/Mgjjpu+MlLazxVrp2Kkt/9
5dXCCEQn9KgxaiofaCF2UYFZLgGV7KVSMZRNMIUYuK3Lw6EC5AEKeP/ie6L+usgp
rQvj/K9Vn1c+HhNVpdjypbibyx6jWVWsydbUy5PrC0wMVNNtnm0G7GPqC1+pk9BW
59SNv8QxClzSv0e4kK1/6V2/Sfa9B+cSRS6B3jHbwz8QLSsBfnwgM3z9A8lUpK8e
TwyJp/ay3qZHxqwyObnz
=1QX4
-----END PGP SIGNATURE-----

--EJw07iSigJmrBJlCl87pFnIg50sK2CGLw--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019