Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 06:46:55 +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: r554055 - head/lang/gcc10-devel
Message-ID:  <202011040646.0A46ktIk039588@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Wed Nov  4 06:46:54 2020
New Revision: 554055
URL: https://svnweb.freebsd.org/changeset/ports/554055

Log:
  Update to the 20201031 snapshot of GCC 10.2.1.
  
  This brings one fix for link time optimizations (LTO) and two for
  the tree optimizers plus three for C++ and its run-time library.
  
  Also remove SSP_UNSAFE which was added by r327697 in 2013 to the
  pre-pre-...-predecessor of this port and does not appear necessary
  any longer.

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

Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile	Wed Nov  4 05:33:58 2020	(r554054)
+++ head/lang/gcc10-devel/Makefile	Wed Nov  4 06:46:54 2020	(r554055)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	10.2.1.s20201024
+PORTVERSION=	10.2.1.s20201031
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -41,7 +41,6 @@ CPE_VERSION=	${GCC_VERSION}
 DIST_VERSION=	${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/}
 GCC_VERSION=	${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
-SSP_UNSAFE=	yes
 CFLAGS:=	${CFLAGS:N-mretpoline}
 CXXFLAGS:=	${CXXFLAGS:N-mretpoline}
 

Modified: head/lang/gcc10-devel/distinfo
==============================================================================
--- head/lang/gcc10-devel/distinfo	Wed Nov  4 05:33:58 2020	(r554054)
+++ head/lang/gcc10-devel/distinfo	Wed Nov  4 06:46:54 2020	(r554055)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603745721
-SHA256 (gcc-10-20201024.tar.xz) = c4a6429bfe269b50787af3beacc173daf46efe9fd864f364d65c09d0ee2fd19b
-SIZE (gcc-10-20201024.tar.xz) = 71461864
+TIMESTAMP = 1604240639
+SHA256 (gcc-10-20201031.tar.xz) = f0ba0ebeaa105bb6d73c3ba9e096f8cb0262ca5dc59ebf8ff1924e1dfea8876e
+SIZE (gcc-10-20201031.tar.xz) = 71474312



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