aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-06-02 08:49:21 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-06-02 08:49:21 +0000
commitd610ef4216ba81fbd910389504a9d77b8bf8f782 (patch)
treec89b81d6068b101c704eed7626a8e189d9febb82 /Mk/bsd.gcc.mk
parent2fedb62aea988a6ba0b0e96d9bf61a97002218b6 (diff)
downloadports-d610ef4216ba81fbd910389504a9d77b8bf8f782.tar.gz
ports-d610ef4216ba81fbd910389504a9d77b8bf8f782.zip
Notes
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index f09a050cafce..b315b8671b75 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -34,7 +34,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# All GCC versions supported by the ports framework. Keep them in
# ascending order and in sync with the table below.
# When updating this, keep Mk/bsd.default-versions.mk in sync.
-GCCVERSIONS= 4.8 7 8 9 10
+GCCVERSIONS= 4.8 7 8 9 10 11
# No configurable parts below this. ####################################
#
@@ -89,7 +89,7 @@ _USE_GCC:= ${GCC_DEFAULT}
# A concrete version has been selected. Set proper ports dependencies,
# CC, CXX, CPP, and flags.
V:= ${_USE_GCC:S/.//}
-. if ${V} == 10
+. if ${V} == 11
_GCC_PORT:= gcc${V}-devel
. else
_GCC_PORT:= gcc${V}