1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

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.
This commit is contained in:
Gerald Pfeifer 2021-07-01 06:39:30 +00:00
parent c1b1aefed0
commit 96bb592dd7

View File

@ -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. ####################################
#