Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2020 01:38:05 +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: r556142 - head/lang/gcc10-devel
Message-ID:  <202011240138.0AO1c525012806@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Tue Nov 24 01:38:05 2020
New Revision: 556142
URL: https://svnweb.freebsd.org/changeset/ports/556142

Log:
  Update to the 20201121 snapshot of GCC 10.2.1.
  
  This brings a number of backports for aarch64 and two for x86, plus
  thirteen for libstdc++.
  
  When building for powerpc with the old ELF ABI, lock down to USE_GCC=9
  instead of USE_GCC=yes since GCC 10 is going to become that new default
  shortly, which would cause a dependency on ourselves otherwise. [1]
  
  (This also addresses one of the few differences between gcc10-devel and
  gcc10 we want to unify.)
  
  PR:		246700 [1]

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

Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile	Tue Nov 24 01:01:58 2020	(r556141)
+++ head/lang/gcc10-devel/Makefile	Tue Nov 24 01:38:05 2020	(r556142)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	10.2.1.s20201114
+PORTVERSION=	10.2.1.s20201121
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -70,7 +70,7 @@ CONFIGURE_ENV+=	UNAME_m="powerpc64"
 . if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
 CONFIGURE_ARGS+=	--with-abi=elfv2
 . else
-USE_GCC=	yes
+USE_GCC=	9
 . endif
 .endif
 

Modified: head/lang/gcc10-devel/distinfo
==============================================================================
--- head/lang/gcc10-devel/distinfo	Tue Nov 24 01:01:58 2020	(r556141)
+++ head/lang/gcc10-devel/distinfo	Tue Nov 24 01:38:05 2020	(r556142)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605603083
-SHA256 (gcc-10-20201114.tar.xz) = 9aee08b45cc5454ee2248d00f183d7b47822993e3b1f2a10a5c7c95a867d842c
-SIZE (gcc-10-20201114.tar.xz) = 71472748
+TIMESTAMP = 1606042387
+SHA256 (gcc-10-20201121.tar.xz) = 8e67d9d8d3dbc85bc0f34bffbe7a5242ed12ce2a32af2d09d25adc5ff9c2d752
+SIZE (gcc-10-20201121.tar.xz) = 71486080



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