Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2023 17:57:25 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa8e84436551 - main - Mk/bsd.gcc.mk: Add GCC 14
Message-ID:  <202305011757.341HvPQC037037@gitrepo.freebsd.org>

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

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

commit aa8e84436551dc60423d0026cc198586fdcd82ea
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-04-29 16:17:50 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-05-01 17:57:00 +0000

    Mk/bsd.gcc.mk: Add GCC 14
    
    - Add USE_GCC=14, which introduces a dependency on lang/gcc14-devel.
    - Switch USE_GCC=13 from lang/gcc13-devel to lang/gcc13.
    
    Reviewed by:    vishwin
    Approved by:    gerald (maintainer)
    Differential Revision: https://reviews.freebsd.org/D39878
---
 Mk/bsd.gcc.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index ef3cb5a436e1..ec8804fa3c09 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -35,7 +35,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 8 9 10 11 12 13
+GCCVERSIONS=	4.8 8 9 10 11 12 13 14
 
 # No configurable parts below this. ####################################
 #
@@ -85,7 +85,7 @@ IGNORE=	Unknown version of GCC specified (USE_GCC=${USE_GCC})
 # A concrete version has been selected. Set proper ports dependencies,
 # CC, CXX, CPP, and flags.
 V:=			${_USE_GCC:S/.//}
-.  if ${V} == 13
+.  if ${V} == 14
 _GCC_PORT:=		gcc${V}-devel
 .  else
 _GCC_PORT:=		gcc${V}



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