delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/02/28/07:51:12

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=DfRTQzzmujS42loG/WXQk
j3mKEt5ziIluL+HrfC8p1WW8lfRlEGVWMwQJwnLc3/GrSKmgse+JnP7amJPdKg5t
L11zxgzcWeG4wjk1HZa++yi9C/5LPhoV5u7O5RgVNNu6F3exFyaxlhsxiKQIjc+q
ppkcj/zWU2ae+Jbo3Ami4o=
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=JP54/sJV6n4HGYj8myjvWYZ1L4w
=; b=UX8/2+G16ujFjkwtxtN3DVhlntfQsuqbv7ZVrpzfrNEK0sstEbWADqlyAPq
KKNwkiImlv/YJUPBvoJhjVpwCQGlMD8gMN/TWMSOvomr9WiWn4Sb7jwgVWPF9mga
b8TNkiaQXx5dLy/ux7c2mGsqJECMaAc6dzNbKyEg1t08p8Dw=
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=ibwNcgjwubNHZynB3s/RhUfzcU9rJnsthySCY6sHr/E=; b=KWdvadcwreOhBhnqxYELXq7ho+SOso+tcItVYye/SxccopUMkSbk/oQemiO5nMZGOp Gw9f+7os1uoFWMUKi9tFChps5yhMnycKj4Eak2Ja4ysuAhUhBRv5iV/JmnIHp3s9KfyU dmxwvqqJ0O8ERYR9exkN02ahse6ycwnRUhnOTn/Hm+AC6UwBDX6ln2DFC1ukGaCGx8s5 ZUuL4K1G4IY2Gpxwa3OX0iOw5A39B9/KA/gJB4VTps9TMFlA5cyiV53OPmkd+SZBEC8a iEmDZJF7I7TYE+gTNsNlSz/cxHiC+ijG5ZcAqRs0PV36bzgQGPaiY5vq8gGWfNBITZi0 wSag==
X-Gm-Message-State: AD7BkJKxg22eRFTmOtbxmhHilLzV/y9B9ShJLofR6KWFgv3ubqJ0ub0TC1+F0oTaTE92ag==
X-Received: by 10.66.234.166 with SMTP id uf6mr15167409pac.122.1456662992523; Sun, 28 Feb 2016 04:36:32 -0800 (PST)
Message-Id: <announce.56D2E9C5.8020406@gmail.com>
Date: Sun, 28 Feb 2016 20:36:21 +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-3 (x86/x86_64)
X-IsSubscribed: yes

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

gcc-5.3.0-3 has been uploaded for 32bit and 64bit Cygwin, this release
reverts a change that causes /usr/lib/w32api to be searched before
/usr/lib, it should now behave similarly to gcc-4.

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 -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.



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

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

iQIcBAEBAgAGBQJW0unMAAoJEHE7X+KcFF1FAWUP/iFFVKan9MAbFrJ0dA+yIUla
FXqQd0QR3qtxABA3VBDYkoJ9hqiR4JzXk4V58JMoObrn18TEeVYjMPrwWtlkFGpR
E/xL6grB/A8/fgHgKyxhWTjfjasF+OjPhVLJQADxsHjK7LlY15SMI8+Hu0pQcG9q
sWbC+w/wJGb1TTHKn0+WtJcfQLVnyCWZUNNfWXhI2wMIoCXk4gmHfkAdqeyEJTa9
YSNQtXLgAjKEK62jHRhk3b6Bh5kcV7RzOw41JRaF0lbzLPi0V2rxrRBxpXorzn4V
9dQJJ9d6HWgxBc3KsCmFcjnyfgRwyPHzp6PhobmwlhR3Rl1I43ObGFYGTRq8Jzpc
oyeWgFGXhmKYybzpTSrmaWpCwOYKHU+msPwnx8u/c5R6yO22NHxGiD1k46a8EmKt
Rs7dK/zguZsUrlDMhMSc/hXolYqW81ZGyui2/CKC+ITW+k9X1rk9GeqkNynyzENc
fhWpGfpo41zKwd2XkjBmeVEVWbS26etK7Q9Neg2GOEi0vMj6R++LnZjyO8U/e9oW
+RwkepTUhlybPwi3lDfEg9IoDTlm7zBzK++3LK1GivKWmatNKzT58CQ+ho8hCLhd
4BWN164e/oE+y8+GkWfi+ss0GFkaU1ZUUEtLxKcoT3LzLYa32j8yNUl67tb8usLe
u9V29CAe5AQ3vc8psJ4Q
=pLQg
-----END PGP SIGNATURE-----

--FH4vAinJ9WHtxCxlKwgCuXGO7IDTFBXjS--

- Raw text -


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