delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/05/07/07:24:37

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=mOgjqeEt9gKGyuOzQQcLM
EvA4Ss98tag3jjrOhb/UiDgPZcONnK1DSxoX884r8F4vrBPeH9GPprxa2tksYHxZ
bLkIsa0U1h0KUQiRnKvyQBUfHvNdh1eBfaYDjoJbPmxjhPpt4Zy2IjTm/zFPPKIA
I1QhaYC4lVq/rp4Q6RT/As=
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=WG5djlRATYLs3PNn52utVFtCrjM
=; b=noqlc1gv+f+NcrGONR7qdvyKcGAS+rmhhmKiDlAY6OL/6qkTZRLhpuXHicZ
X/M6XAjwK7imLGcVDajvMo510p7IAvnYYy00Ab0ZxIlSHvDLeOuiHEkB8Dt7+R7d
cB70ZStykyTQfnDwqdr9TAo085/Z84f+XSBKcqIffuUKCiaQ=
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=roZ20Xuo3NDd2j0Y0Nysx+advYqd26B+WvkCk0HDaFw=; b=EOsafWbCiD+e+wFisEY5+NBlT0cpSWBHJZ6Wfspfsviq0riXiUovuFBh92mwKYfc8W T5X0QdE7ozJ35cC+sennaJltiWPtPIV6YNCX9Xe1Q8xyZb4BNYxWuwkysL1PpVqrCSai 4CRy7Nvw1kOxp2iqucOoFXFnH88H9bG0/YQffSf13BvtrYHozaTEbK3aF0NkoSxtsK5S LxOgxhh9ObsRognWiUsbm5mfDrYxK0lqFGaoRQiY2CF3iHb/Ab9YcIR/8bzxojNQaGDW JGcbSCZTQgOkkL31B6h1hQUlLClILRffD/HvhS8RtXV3f1bLNBcW1klKnDhj9C6/VEBq 0nkg==
X-Gm-Message-State: AOPr4FXciEDiHc/yt9CVo3d8x08YmR6ZLNdKWI0zHZmCL3K+6kJTgtLBzebfnqU+ooOYJw==
X-Received: by 10.66.121.197 with SMTP id lm5mr33568394pab.143.1462590143842; Fri, 06 May 2016 20:02:23 -0700 (PDT)
Message-Id: <announce.572D5AB1.3050801@gmail.com>
Date: Sat, 07 May 2016 11:02:09 +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 (x86)
X-IsSubscribed: yes

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

gcc-5.3.0-5 has been uploaded for Cygwin, it should now scan /usr/lib
ahead of /usr/lib/w32api.

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 -4:
* Fix w32api lib search path order.

Changes since -3:
* Rebuilt for 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.





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

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

iQIcBAEBAgAGBQJXLVq8AAoJEHE7X+KcFF1F4KEP/iiKikSEPj/bE8DEYsxBbJ/q
dNkbyxDLh0hdczQX9urRWfti0WdcsK6zR6x5NEl4Lp1EKFdEwsO4RMLJ+BTofPMu
Dem7Uo6bsC5ZbijO4tTXODskJo/qh3YXGxEmVJfNw0Wxd/cqq+sRPBjPBBsKdjok
9v+uShcAvixv3Nj0zm6GLUioTWgQPFK1IgtuipBrgCxY5Horr9bc3MFaYwZKoOzh
n740dnAiIgG9i06JXnpV8TPPvbRA4CLVMt/u7IAzYcjfYSkAYp0gHz66M0H/HTmf
+lu3gV9S7RPsmMhK16uhELfwBfe5R6DfqPvZO508UlRdd4us7UYaIVWOwK0Zo992
JCqKMYktgNosAfGGDnJSrvXdaXbadPsJ5fTSfMPbK2XbAWFNz0xdypvKH0Gqf6p8
zcI/H9wj14qUWh+YrKWAXhSwWYnkt022yKQ4UpJY++zuPNbsl0pswftEIY9Vro5N
4vC2BOKAbpPFLsistt6tY7q+iHsFUwUDfM0QaLGBsyrUm81ZnQcoy/ZRRHSMW+qg
gXKuALKL5/w5BypFDnxEh/iSimFpU3onnrru0bDLgBdChYZX4wDOueOFZw6Diuq5
qmB2FPoBvqMVSF86cOsYUXcUEijpKryIu5c5qW//HhXoPsE1mK/+94zk9n1LWXgQ
2BToQzKvAvPk4qzgrv05
=axBt
-----END PGP SIGNATURE-----

--2hDq4kSsg78gW0uMk9x85tT6t2iPjTVg6--

- Raw text -


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