aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2019-02-23 06:10:50 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2019-02-23 06:10:50 +0000
commit11629b8f601f03cf483c1a1bd91e0a803cccda9f (patch)
treed74cccc9aba5c9f6b96df0ff92ed077054507cac /Mk/bsd.gcc.mk
parent9f1b36760d437e092a434e3d5331a7963b7981bf (diff)
downloadports-11629b8f601f03cf483c1a1bd91e0a803cccda9f.tar.gz
ports-11629b8f601f03cf483c1a1bd91e0a803cccda9f.zip
Remove support for USE_GCC=4.9+ and USE_GCC=4.9 from the tree. Nothing
depends on it any longer (and has for a while) and GCC 4.9 went end of life upstream in summer 2016.
Notes
Notes: svn path=/head/; revision=493645
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 37e7a109c0dc..bda8336cd06d 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -35,13 +35,12 @@ 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 040800 040900 050000 060000 070000 080000
+GCCVERSIONS= 040200 040800 050000 060000 070000 080000
# 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_040800= 0 4.8
-GCCVERSION_040900= 0 4.9
GCCVERSION_050000= 0 5
GCCVERSION_060000= 0 6
GCCVERSION_070000= 0 7