aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-07-01 06:39:30 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-07-01 06:41:39 +0000
commit96bb592dd77bb87cd6718d656bc04e2c230a347f (patch)
tree370cb5b36d6d8ef4ebee8d3f717ff4c41acaf672 /Mk
parentc1b1aefed068f8b5aba3866a07d637d27cc2ce83 (diff)
downloadports-96bb592dd77bb87cd6718d656bc04e2c230a347f.tar.gz
ports-96bb592dd77bb87cd6718d656bc04e2c230a347f.zip
Mk/bsd.gcc.mk: Remove support for GCC 7
GCC 7 is way beyond end of life (with even GCC 8 end of life at this point) and no port in the tree still has USE_GCC=7.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 14a781f69fb5..50dac43583fd 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -44,7 +44,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# All GCC versions supported by this framework.
#
# When updating this, keep Mk/bsd.default-versions.mk in sync.
-GCCVERSIONS= 4.8 7 8 9 10 11 12
+GCCVERSIONS= 4.8 8 9 10 11 12
# No configurable parts below this. ####################################
#