aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc8-devel
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-10-23 21:27:59 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-10-23 21:27:59 +0000
commit7107d3de97cd3df022801fbdefbcae59c626a3af (patch)
tree573c30c274b714fedb18bf5d0501472f5caacf32 /lang/gcc8-devel
parentd07b43876a93f08d79a60028621ac9c2def03ed6 (diff)
downloadports-7107d3de97cd3df022801fbdefbcae59c626a3af.tar.gz
ports-7107d3de97cd3df022801fbdefbcae59c626a3af.zip
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.
Notes
Notes: svn path=/head/; revision=553147
Diffstat (limited to 'lang/gcc8-devel')
-rw-r--r--lang/gcc8-devel/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/gcc8-devel/Makefile b/lang/gcc8-devel/Makefile
index d6b9912e88ab..30f5ff094dc9 100644
--- a/lang/gcc8-devel/Makefile
+++ b/lang/gcc8-devel/Makefile
@@ -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
@@ -125,11 +124,6 @@ INFO+= gcc${SUFFIX}/libquadmath \
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}
pre-everything::