diff options
author | gerald <gerald@FreeBSD.org> | 2011-11-24 06:27:34 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-11-24 06:27:34 +0800 |
commit | 67da1be4a47723dfe5c7626cd3febda735100a39 (patch) | |
tree | 77bbad0f049ec82e7e814e317f84f82c37b3b21d /lang/Makefile | |
parent | 6017690e2bdda12654517113daaec0991e741e54 (diff) | |
download | freebsd-ports-gnome-67da1be4a47723dfe5c7626cd3febda735100a39.tar.gz freebsd-ports-gnome-67da1be4a47723dfe5c7626cd3febda735100a39.tar.zst freebsd-ports-gnome-67da1be4a47723dfe5c7626cd3febda735100a39.zip |
Remove lang/gcc45 in favor of lang/gcc46 and later. Nothing in the
tree uses this version of GCC (GCC 4.5.x) any longer and GCC 4.6 has
been the default for USE_FORTRAN=yes and USE_GCC=4.X+ for a while
and has proven itself. Plus, only GCC 4.6 and GCC 4.7 have been
patched to work with FreeBSD 10.x and later.
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 a3b384a99bd5..4dc14a89e23b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -90,7 +90,6 @@ SUBDIR += gcc34 SUBDIR += gcc42 SUBDIR += gcc44 - SUBDIR += gcc45 SUBDIR += gcc46 SUBDIR += gcc47 SUBDIR += gcl |