aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2017-08-15 12:44:16 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2017-08-15 12:44:16 +0000
commit9631433badda5a91fb2e6bb8759af49b02cc8cb4 (patch)
treef0d0eca48958f7c4d8f9ce9e1325ae68c22fbe3c /Mk/bsd.gcc.mk
parent3e77154f9611343200a1d5773a763544c1347589 (diff)
downloadports-9631433badda5a91fb2e6bb8759af49b02cc8cb4.tar.gz
ports-9631433badda5a91fb2e6bb8759af49b02cc8cb4.zip
Connect the new lang/gcc7 port into the infrastructure of Mk/bsd.gcc.mk
(providing USE_GCC) and Mk/bsd.default-versions.mk. PR: 220794
Notes
Notes: svn path=/head/; revision=447982
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 1b46bda363e7..720b62e50910 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -35,7 +35,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# ascending order and in sync with the table below.
# When adding a version, please keep the comment in
# Mk/bsd.default-versions.mk in sync.
-GCCVERSIONS= 040200 040800 040900 050000 060000
+GCCVERSIONS= 040200 040800 040900 050000 060000 070000
# The first field is the OSVERSION in which it disappeared from the base.
# The second field is the version as USE_GCC would use.
@@ -44,6 +44,7 @@ GCCVERSION_040800= 0 4.8
GCCVERSION_040900= 0 4.9
GCCVERSION_050000= 0 5
GCCVERSION_060000= 0 6
+GCCVERSION_070000= 0 7
# No configurable parts below this. ####################################
#