svn commit: r495172 - head/lang/gcc8-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Mar 9 15:20:31 UTC 2019


Author: gerald
Date: Sat Mar  9 15:20:29 2019
New Revision: 495172
URL: https://svnweb.freebsd.org/changeset/ports/495172

Log:
  Update to the 20180308 snapshot of GCC 8.3.1.
  
  No longer require a not too old version of GCC to build on powerpc64, but
  rely on the system compiler (even if that means we need to be explicitly
  conservative when it comes to optimizations). [1]
  
  Sync pkg-descr with lang/gcc7-devel, in particular after r442530 there.
  
  PR:		235975 [1]
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl> [1]

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

Modified: head/lang/gcc8-devel/Makefile
==============================================================================
--- head/lang/gcc8-devel/Makefile	Sat Mar  9 15:13:51 2019	(r495171)
+++ head/lang/gcc8-devel/Makefile	Sat Mar  9 15:20:29 2019	(r495172)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	8.3.1.s20190301
+PORTVERSION=	8.3.1.s20190308
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
@@ -66,7 +66,7 @@ CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
 
 .elif ${ARCH} == powerpc64
 CONFIGURE_ENV+=	UNAME_m="powerpc64"
-USE_GCC=	yes
+MAKE_ARGS+=	CFLAGS_FOR_TARGET="-O1" CXXFLAGS_FOR_TARGET="-O1" BOOT_CFLAGS="-O1" # PR235975
 
 .elif ${ARCH} == powerpcspe
 CONFIGURE_ARGS+=	--with-cpu=8548 --enable-e500_double --without-fp

Modified: head/lang/gcc8-devel/distinfo
==============================================================================
--- head/lang/gcc8-devel/distinfo	Sat Mar  9 15:13:51 2019	(r495171)
+++ head/lang/gcc8-devel/distinfo	Sat Mar  9 15:20:29 2019	(r495172)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1551533001
-SHA256 (gcc-8-20190301.tar.xz) = b15b6f48d0abe55cd1123ed5aaeb90ddc97bc6f3443634924c1a16b289b0e2b0
-SIZE (gcc-8-20190301.tar.xz) = 61830616
+TIMESTAMP = 1552141864
+SHA256 (gcc-8-20190308.tar.xz) = db0058d745a950b629a63c953faa3af09e1330871b4b558a7f88125c49b4b806
+SIZE (gcc-8-20190308.tar.xz) = 61838920

Modified: head/lang/gcc8-devel/pkg-descr
==============================================================================
--- head/lang/gcc8-devel/pkg-descr	Sat Mar  9 15:13:51 2019	(r495171)
+++ head/lang/gcc8-devel/pkg-descr	Sat Mar  9 15:20:29 2019	(r495172)
@@ -1,6 +1,6 @@
-GCC, the GNU Compiler Collection, supports a number of languages.  This
-port installs the C, C++, and Fortran front ends as gcc8, g++8, gfortran8,
-respectively.
+GCC, the GNU Compiler Collection, supports a number of languages.
+This port installs the C, C++, and Fortran front ends as gcc8, g++8,
+and gfortran8, respectively.
 
 WWW: https://gcc.gnu.org
 


More information about the svn-ports-all mailing list