svn commit: r416663 - head/Mk
Gerald Pfeifer
gerald at FreeBSD.org
Fri Jun 10 09:11:27 UTC 2016
Author: gerald
Date: Fri Jun 10 09:11:25 2016
New Revision: 416663
URL: https://svnweb.freebsd.org/changeset/ports/416663
Log:
Now that lang/gcc6 has landed (which carries official GCC 6.x releases),
add support for USE_GCC=6 and USE_GCC=6+.
Modified:
head/Mk/bsd.gcc.mk
Modified: head/Mk/bsd.gcc.mk
==============================================================================
--- head/Mk/bsd.gcc.mk Fri Jun 10 09:08:02 2016 (r416662)
+++ head/Mk/bsd.gcc.mk Fri Jun 10 09:11:25 2016 (r416663)
@@ -37,7 +37,7 @@ GCC_Include_MAINTAINER= gerald at FreeBSD.
# 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 040600 040700 040800 040900 050000
+GCCVERSIONS= 040200 040600 040700 040800 040900 050000 060000
# The first field is the OSVERSION in which it disappeared from the base.
# The second field is the version as USE_GCC would use.
@@ -47,6 +47,7 @@ GCCVERSION_040700= 0 4.7
GCCVERSION_040800= 0 4.8
GCCVERSION_040900= 0 4.9
GCCVERSION_050000= 0 5
+GCCVERSION_060000= 0 6
# No configurable parts below this. ####################################
#
More information about the svn-ports-head
mailing list