[Midnightbsd-cvs] mports [22955] trunk/Mk/extensions/gcc.mk: add gcc 6

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 23 20:13:34 EST 2017


Revision: 22955
          http://svnweb.midnightbsd.org/mports/?rev=22955
Author:   laffer1
Date:     2017-11-23 20:13:34 -0500 (Thu, 23 Nov 2017)
Log Message:
-----------
add gcc 6

Modified Paths:
--------------
    trunk/Mk/extensions/gcc.mk

Modified: trunk/Mk/extensions/gcc.mk
===================================================================
--- trunk/Mk/extensions/gcc.mk	2017-11-24 01:11:15 UTC (rev 22954)
+++ trunk/Mk/extensions/gcc.mk	2017-11-24 01:13:34 UTC (rev 22955)
@@ -38,7 +38,7 @@
 
 # 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 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.
@@ -48,6 +48,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 Midnightbsd-cvs mailing list