aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2011-12-11 09:09:02 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2011-12-11 09:09:02 +0000
commit8fe0249ff200704fedab53485f27bca495e07286 (patch)
treefd732953679c8a4471282d9e088490148b3aa560 /lang/Makefile
parent3b5cb304be9bde2d8a71402f0b85bf8ddfb16c4f (diff)
downloadports-8fe0249ff200704fedab53485f27bca495e07286.tar.gz
ports-8fe0249ff200704fedab53485f27bca495e07286.zip
Remove the lang/gcc42 port (GCC 4.2) which does not have any user in
the tree any more and has been obsoleted by several newer versions of GCC -- ones that actually build on FreeBSD 10.x out of the box and provide better support for newer CPUs, better optimizations overall, and more advanced language support. GCC 4.6 aka lang/gcc or lang/gcc46 is the new default version of GCC in ports. The system compiler version of GCC 4.2 is still available up to and including FreeBSD 9.x and users of USE_GCC=4.2+ will be transparently redirected to lang/gcc if, or rather when, this changes. PR: 163103 Feature safe: yes
Notes
Notes: svn path=/head/; revision=287171
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 4dc14a89e23b..13dafcdc763b 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -88,7 +88,6 @@
SUBDIR += gawk
SUBDIR += gcc
SUBDIR += gcc34
- SUBDIR += gcc42
SUBDIR += gcc44
SUBDIR += gcc46
SUBDIR += gcc47