Mk/bsd.gcc.mk: Update with new GCC ports

- Add GCC 16.
- Switch GCC 15 to its first release version.

Approved by:	gerald (maintainer)
This commit is contained in:
Lorenzo Salvadore 2025-04-29 17:58:58 +02:00
parent 3e400b40c3
commit b268e2a2df
No known key found for this signature in database
GPG Key ID: B58F7C3CF6DB8A38
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ FPC_DEFAULT?= 3.3.1
. else
FPC_DEFAULT?= 3.2.3
. endif
# Possible values: 11, 12, 13, 14, 15
# Possible values: 11, 12, 13, 14, 15, 16
# (Any other version is completely unsupported and not meant for general use.)
GCC_DEFAULT?= 13
# Possible values: 10

View File

@ -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= 11 12 13 14 15
GCCVERSIONS= 11 12 13 14 15 16
# 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} == 15
. if ${V} == 16
_GCC_PORT:= gcc${V}-devel
. else
_GCC_PORT:= gcc${V}