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

Gerald Pfeifer gerald at FreeBSD.org
Mon Dec 28 10:18:04 UTC 2020


Author: gerald
Date: Mon Dec 28 10:18:03 2020
New Revision: 559455
URL: https://svnweb.freebsd.org/changeset/ports/559455

Log:
  Update to the 20201226 snapshot of GCC 10.2.1.
  
  This brings a backport for the RTL optimizers, two for the x86 back end,
  two for the C++ front end, and one for Fortran.
  
  It also changes the processor defaults for 32- und 64-bit powerpc to
  PPC7450 and POWER8, respectively, per a request by pkubaj@ that I pushed
  upstream. [1]
  
  PR:		251670 [1]

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

Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile	Mon Dec 28 10:14:48 2020	(r559454)
+++ head/lang/gcc10-devel/Makefile	Mon Dec 28 10:18:03 2020	(r559455)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	10.2.1.s20201219
+PORTVERSION=	10.2.1.s20201226
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel

Modified: head/lang/gcc10-devel/distinfo
==============================================================================
--- head/lang/gcc10-devel/distinfo	Mon Dec 28 10:14:48 2020	(r559454)
+++ head/lang/gcc10-devel/distinfo	Mon Dec 28 10:18:03 2020	(r559455)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608489473
-SHA256 (gcc-10-20201219.tar.xz) = d247faf24387214a7c149222170ae3fecd309193267b5863ec4c320b78cf4063
-SIZE (gcc-10-20201219.tar.xz) = 71496012
+TIMESTAMP = 1609107322
+SHA256 (gcc-10-20201226.tar.xz) = e6343b83651b0e75e346f7a0fbfc683c5e15bad4df20aed4a5df722a5a7bc4b5
+SIZE (gcc-10-20201226.tar.xz) = 71498348


More information about the svn-ports-all mailing list