1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

Mk/bsd.gcc.mk: Add GCC 15 support

This commit is contained in:
Lorenzo Salvadore 2024-04-29 20:26:14 +00:00
parent 7c89ba68d5
commit b481defa67
No known key found for this signature in database
GPG Key ID: 850E0F7350D20966
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ FPC_DEFAULT?= 3.2.2
. else
FPC_DEFAULT?= 3.3.1
. endif
# Possible values: 9, 10, 11, 12, 13, 14
# Possible values: 9, 10, 11, 12, 13, 14, 15
# (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= 9 10 11 12 13 14
GCCVERSIONS= 9 10 11 12 13 14 15
# 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} == 14
. if ${V} == 14 || ${V} == 15
_GCC_PORT:= gcc${V}-devel
. else
_GCC_PORT:= gcc${V}