svn commit: r536603 - head/lang/gcc10-devel

Gerald Pfeifer gerald at FreeBSD.org
Tue May 26 10:04:30 UTC 2020


Author: gerald
Date: Tue May 26 10:04:30 2020
New Revision: 536603
URL: https://svnweb.freebsd.org/changeset/ports/536603

Log:
  Update to the 20200523 snapshot of GCC 10.1.1.
  
  This includes an upstream contribution of mine that defines __ILP32__
  on all 32-bit x86 targets. [1]
  
  It also brings a fix for the aarch64 back end and five for x86, plus two
  for the middle end/optimizers and Fortran, each, and four for the C++
  standard library.
  
  PR:		246288 [1]

Modified:
  head/lang/gcc10-devel/Makefile
  head/lang/gcc10-devel/distinfo

Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile	Tue May 26 09:58:39 2020	(r536602)
+++ head/lang/gcc10-devel/Makefile	Tue May 26 10:04:30 2020	(r536603)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	10.1.1.s20200516
+PORTVERSION=	10.1.1.s20200523
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc10-devel/distinfo
==============================================================================
--- head/lang/gcc10-devel/distinfo	Tue May 26 09:58:39 2020	(r536602)
+++ head/lang/gcc10-devel/distinfo	Tue May 26 10:04:30 2020	(r536603)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589705628
-SHA256 (gcc-10-20200516.tar.xz) = 0d55eabdef3fb0b4dcf690b5260dd3e1fa0fed00aa56697f60467285ad47310e
-SIZE (gcc-10-20200516.tar.xz) = 71277364
+TIMESTAMP = 1590328322
+SHA256 (gcc-10-20200523.tar.xz) = a97b3a74f377f7c98a1aa8a5fc3160b8f477ad9aca009ee18c132924ac618f85
+SIZE (gcc-10-20200523.tar.xz) = 71279032


More information about the svn-ports-head mailing list