diff options
author | gerald <gerald@FreeBSD.org> | 2011-12-11 17:09:02 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-12-11 17:09:02 +0800 |
commit | dc1901c765ce412d1db8c7ad594a17186dc53981 (patch) | |
tree | d81b97cf9bcb5590d16d7b314730989a49d70bf8 /lang/Makefile | |
parent | a4c961bc69fafa9e0160bd8ba36834a016b16da1 (diff) | |
download | freebsd-ports-gnome-dc1901c765ce412d1db8c7ad594a17186dc53981.tar.gz freebsd-ports-gnome-dc1901c765ce412d1db8c7ad594a17186dc53981.tar.zst freebsd-ports-gnome-dc1901c765ce412d1db8c7ad594a17186dc53981.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
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
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 |