svn commit: r535279 - head/lang/gcc11-devel

Gerald Pfeifer gerald at FreeBSD.org
Fri May 15 09:21:20 UTC 2020


Author: gerald
Date: Fri May 15 09:21:19 2020
New Revision: 535279
URL: https://svnweb.freebsd.org/changeset/ports/535279

Log:
  Update to the 20200510 snapshot of GCC 11.0.0 as stage 1 proceeds.
  
  This includes a little upstream contributions of mine that defines
  __ILP32__ on all 32-bit x86 targets. [1]
  
  PR:		246288 [1]

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

Modified: head/lang/gcc11-devel/Makefile
==============================================================================
--- head/lang/gcc11-devel/Makefile	Fri May 15 09:01:38 2020	(r535278)
+++ head/lang/gcc11-devel/Makefile	Fri May 15 09:21:19 2020	(r535279)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	11.0.0.s20200503
+PORTVERSION=	11.0.0.s20200510
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc11-devel/distinfo
==============================================================================
--- head/lang/gcc11-devel/distinfo	Fri May 15 09:01:38 2020	(r535278)
+++ head/lang/gcc11-devel/distinfo	Fri May 15 09:21:19 2020	(r535279)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588596235
-SHA256 (gcc-11-20200503.tar.xz) = 5dcf52a4b44b73d31039b105dab50204e6bf46c2ac17498afd1bb46504a465e8
-SIZE (gcc-11-20200503.tar.xz) = 71361416
+TIMESTAMP = 1589276103
+SHA256 (gcc-11-20200510.tar.xz) = 46c984d68db098abace001068102f747a42d274ccade8cdc9b6f4ec4d4be66a4
+SIZE (gcc-11-20200510.tar.xz) = 71319200


More information about the svn-ports-head mailing list