Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jun 2020 07:50:47 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538147 - head/lang/gcc9-devel
Message-ID:  <202006070750.0577olEL081598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006070750.0577olEL081598>