From 0539916508b82971c4e8959c6c91ebfa4b2a8783 Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 2 Nov 2014 21:15:21 +0000 Subject: Add support for USE_GCC=5 and its preferred form USE_GCC=5+. PR: 194676 --- Mk/bsd.gcc.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mk') 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 -- cgit