Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2016 09:11:26 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416663 - head/Mk
Message-ID:  <201606100911.u5A9BQ1r021210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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. ####################################
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606100911.u5A9BQ1r021210>