svn commit: r556342 - head/lang/gcc8
Gerald Pfeifer
gerald at FreeBSD.org
Thu Nov 26 14:33:07 UTC 2020
Author: gerald
Date: Thu Nov 26 14:33:06 2020
New Revision: 556342
URL: https://svnweb.freebsd.org/changeset/ports/556342
Log:
r553147 | gerald | 2020-10-23 21:27:59 +0000 (Fr., 23 Okt. 2020) | 7 lines
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 lifecycle and this is a more
experimental feature, so better left to actively developed versions.
Modified:
head/lang/gcc8/Makefile
Modified: head/lang/gcc8/Makefile
==============================================================================
--- head/lang/gcc8/Makefile Thu Nov 26 14:08:58 2020 (r556341)
+++ head/lang/gcc8/Makefile Thu Nov 26 14:33:06 2020 (r556342)
@@ -38,10 +38,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
@@ -116,11 +115,6 @@ INFO+= gcc${SUFFIX}/libquadmath \
gcc${SUFFIX}/libitm
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}
More information about the svn-ports-head
mailing list