aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2017-06-05 02:15:22 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2017-06-05 02:15:22 +0000
commit93ad46e402cb5d71e83b978de8105b95261a0496 (patch)
treeb8f740c30be983ca47802577de09f27b46d42b7f /Mk/bsd.gcc.mk
parent61cc78f05792fe2a5e883315417e4e6969fa804e (diff)
downloadports-93ad46e402cb5d71e83b978de8105b95261a0496.tar.gz
ports-93ad46e402cb5d71e83b978de8105b95261a0496.zip
Remove support for USE_GCC=4.7 and USE_GCC=4.7+. Nothing in the tree
uses it and GCC 4.7 has been end-of-lifed upstream years ago. The lang/gcc47 port itself is still in place and can be used.
Notes
Notes: svn path=/head/; revision=442601
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 08ce6bee0f40..1b46bda363e7 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -35,12 +35,11 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# 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 040700 040800 040900 050000 060000
+GCCVERSIONS= 040200 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.
GCCVERSION_040200= 9999999 4.2
-GCCVERSION_040700= 0 4.7
GCCVERSION_040800= 0 4.8
GCCVERSION_040900= 0 4.9
GCCVERSION_050000= 0 5