Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Feb 2019 07:04:21 +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: r492024 - head/lang/gcc8-devel
Message-ID:  <201902030704.x1374LIh069326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Feb  3 07:04:20 2019
New Revision: 492024
URL: https://svnweb.freebsd.org/changeset/ports/492024

Log:
  On powerpcspe configure GCC --with-cpu=8548 instead of --with-cpu=8540,
  which caused the build to fail after the update to binutils 2.31 and was
  factually incorrect anyways (the oldest we support being 8548). [1]
  
  On the way update to the 20180201 snapshot of GCC 8.2.1.
  
  PR:		235393 [1]
  Reported by:	jhibbits [1]
  Tested by:	jhibbits [1]

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

Modified: head/lang/gcc8-devel/Makefile
==============================================================================
--- head/lang/gcc8-devel/Makefile	Sun Feb  3 01:38:47 2019	(r492023)
+++ head/lang/gcc8-devel/Makefile	Sun Feb  3 07:04:20 2019	(r492024)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	8.2.1.s20190125
+PORTVERSION=	8.2.1.s20190201
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -69,7 +69,7 @@ CONFIGURE_ENV+=	UNAME_m="powerpc64"
 USE_GCC=	yes
 
 .elif ${ARCH} == powerpcspe
-CONFIGURE_ARGS+=	--with-cpu=8540 --enable-e500_double --without-fp
+CONFIGURE_ARGS+=	--with-cpu=8548 --enable-e500_double --without-fp
 .endif
 
 LANGUAGES:=	c,c++,objc,fortran

Modified: head/lang/gcc8-devel/distinfo
==============================================================================
--- head/lang/gcc8-devel/distinfo	Sun Feb  3 01:38:47 2019	(r492023)
+++ head/lang/gcc8-devel/distinfo	Sun Feb  3 07:04:20 2019	(r492024)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1548612114
-SHA256 (gcc-8-20190125.tar.xz) = c0dd87a33a7af607bf139bf5396696c21dc8252e9433d2c4a567097c398b87ab
-SIZE (gcc-8-20190125.tar.xz) = 61794072
+TIMESTAMP = 1549063339
+SHA256 (gcc-8-20190201.tar.xz) = 3c752274a484ff934dd4849d73c3218565f5c36a3f56319295f648cd9b989b60
+SIZE (gcc-8-20190201.tar.xz) = 61795876



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