svn commit: r538147 - head/lang/gcc9-devel

Gerald Pfeifer gerald at FreeBSD.org
Sun Jun 7 07:50:48 UTC 2020


Author: gerald
Date: Sun Jun  7 07:50:47 2020
New Revision: 538147
URL: https://svnweb.freebsd.org/changeset/ports/538147

Log:
  Update to the 20200605 snapshot of GCC 9.3.1.
  
  This includes an upstream contribution of mine that defines __ILP32__
  on all 32-bit x86 targets. [1]
  
  It also adds Zeus support for aarch64 and two aarch64 fixes, plus two
  for gcov, and one for the Fortran front end.
  
  PR:		246288 [1]

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

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Sun Jun  7 07:39:41 2020	(r538146)
+++ head/lang/gcc9-devel/Makefile	Sun Jun  7 07:50:47 2020	(r538147)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.3.1.s20200529
+PORTVERSION=	9.3.1.s20200605
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Sun Jun  7 07:39:41 2020	(r538146)
+++ head/lang/gcc9-devel/distinfo	Sun Jun  7 07:50:47 2020	(r538147)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590834060
-SHA256 (gcc-9-20200529.tar.xz) = 9e4a344ec74e91d4d8263bc84012733f2b6d3d272a19d2059c8312cda02894f2
-SIZE (gcc-9-20200529.tar.xz) = 67521692
+TIMESTAMP = 1591460962
+SHA256 (gcc-9-20200605.tar.xz) = 5da9903a85775f35505f70c7da88a771da7e62f9786b733867e30ff7520f87ee
+SIZE (gcc-9-20200605.tar.xz) = 67525300


More information about the svn-ports-all mailing list