mirror of https://git.FreeBSD.org/ports.git
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:
parent
3e400b40c3
commit
b268e2a2df
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue