aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-11-02 21:15:21 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-11-02 21:15:21 +0000
commit742ef837092cb3490ba24394f6f6e75e60ac615d (patch)
treebea32571acdf695d4cbbe94ed0537abf931a4817 /Mk/bsd.gcc.mk
parent2cf877599f7ac679ee16b610b8181b5a3ab60e2e (diff)
downloadports-742ef837092cb3490ba24394f6f6e75e60ac615d.tar.gz
ports-742ef837092cb3490ba24394f6f6e75e60ac615d.zip
Add support for USE_GCC=5 and its preferred form USE_GCC=5+.
PR: 194676
Notes
Notes: svn path=/head/; revision=372091
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 2495c463d4ad..b728fd4a9212 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -35,7 +35,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.
-GCCVERSIONS= 040200 040600 040700 040800 040900
+GCCVERSIONS= 040200 040600 040700 040800 040900 050000
# The first field if the OSVERSION in which it appeared in the base.
# The second field is the OSVERSION in which it disappeared from the base.
@@ -45,6 +45,7 @@ GCCVERSION_040600= 0 0 4.6
GCCVERSION_040700= 0 0 4.7
GCCVERSION_040800= 0 0 4.8
GCCVERSION_040900= 0 0 4.9
+GCCVERSION_050000= 0 0 5
# Version of lang/gcc
GCC_DEFAULT_V= 4.8