aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-07-15 05:59:51 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-07-15 05:59:51 +0000
commitce1a22cc79890d8461ce24614b146214cef6b8db (patch)
treefdc54b2593a3f1fb0aead93b61b6ae8b2c7bc624 /Mk/bsd.gcc.mk
parent2e963a6160d81873db6f416e226bff027c875bbe (diff)
downloadports-ce1a22cc79890d8461ce24614b146214cef6b8db.tar.gz
ports-ce1a22cc79890d8461ce24614b146214cef6b8db.zip
Add support for GCC 8 (and the newly added lang/gcc8 port). USE_GCC=8+
is now feasible, for example. PR: 229681 Submitted by: mi
Notes
Notes: svn path=/head/; revision=474663
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 d3fde25e7899..2a1b64cb153e 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 070000
+GCCVERSIONS= 040200 040800 040900 050000 060000 070000 080000
# The first field is the OSVERSION in which it disappeared from the base.
# The second field is the version as USE_GCC would use.
@@ -45,6 +45,7 @@ GCCVERSION_040900= 0 4.9
GCCVERSION_050000= 0 5
GCCVERSION_060000= 0 6
GCCVERSION_070000= 0 7
+GCCVERSION_080000= 0 8
# No configurable parts below this. ####################################
#