Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2020 21:28:00 +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: r553147 - head/lang/gcc8-devel
Message-ID:  <202010232128.09NLS0KK095530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Oct 23 21:27:59 2020
New Revision: 553147
URL: https://svnweb.freebsd.org/changeset/ports/553147

Log:
  Forward port r552389 | gerald | 2020-10-15 from lang/gcc7:
  
    Remove the GRAPHITE options (which we never enabled by default).
  
  GCC 8 is towards the end of its lifecyclex and this is a more
  experimental feature, so better left to actively developed versions.

Modified:
  head/lang/gcc8-devel/Makefile

Modified: head/lang/gcc8-devel/Makefile
==============================================================================
--- head/lang/gcc8-devel/Makefile	Fri Oct 23 21:22:23 2020	(r553146)
+++ head/lang/gcc8-devel/Makefile	Fri Oct 23 21:27:59 2020	(r553147)
@@ -45,10 +45,9 @@ SSP_UNSAFE=	yes
 CFLAGS:=	${CFLAGS:N-mretpoline}
 CXXFLAGS:=	${CXXFLAGS:N-mretpoline}
 
-OPTIONS_DEFINE=		BOOTSTRAP GRAPHITE
+OPTIONS_DEFINE=		BOOTSTRAP
 OPTIONS_DEFAULT=	BOOTSTRAP
 BOOTSTRAP_DESC=		Build using a full bootstrap
-GRAPHITE_DESC=		Support for Graphite loop optimizations
 
 .if exists(/usr/lib32/libc.so)
 OPTIONS_DEFINE_amd64+=		MULTILIB
@@ -124,11 +123,6 @@ INFO+=		gcc${SUFFIX}/libquadmath \
 .endif
 SUB_FILES=	pkg-message
 SUB_LIST+=	TARGLIB=${TARGLIB}
-
-.if ${PORT_OPTIONS:MGRAPHITE}
-LIB_DEPENDS+=	libisl.so:devel/isl
-CONFIGURE_ARGS+=--with-isl=${LOCALBASE}
-.endif
 
 CONFIGURE_ARGS+=--enable-languages=${LANGUAGES}
 



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