Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2021 06:41:46 GMT
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 96bb592dd77b - main - Mk/bsd.gcc.mk: Remove support for GCC 7
Message-ID:  <202107010641.1616fkl3058281@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=96bb592dd77bb87cd6718d656bc04e2c230a347f

commit 96bb592dd77bb87cd6718d656bc04e2c230a347f
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-07-01 06:39:30 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-07-01 06:41:39 +0000

    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.
---
 Mk/bsd.gcc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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