aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2010-08-07 10:56:01 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2010-08-07 10:56:01 +0000
commitc7e5571fb107b2cc99c8f2fc1e094f3365c006dc (patch)
tree2cca4004f805470110c734b8c2306c9ee500287d /Mk/bsd.gcc.mk
parent25ddb25df91a6692bbb75d7f849607c63aae1812 (diff)
downloadports-c7e5571fb107b2cc99c8f2fc1e094f3365c006dc.tar.gz
ports-c7e5571fb107b2cc99c8f2fc1e094f3365c006dc.zip
Disconnect lang/gcc43, that is, USE_GCC=4.3 is not supported any longer.
Notes
Notes: svn path=/head/; revision=258864
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 0dd2f4788e6f..83b6a43840a1 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -12,8 +12,7 @@
# X.Y. To request a specific version omit the trailing + sign. Use of
# a Fortran compiler is declared by the USE_FORTRAN knob, not USE_GCC.
#
-# As of 2010-06-06, USE_GCC=4.3 is deprecated and USE_GCC=4.3+ is
-# transparently rewritten to USE_GCC=4.4+.
+# As of 2010-06-06, USE_GCC=4.3+ is transparently rewritten to USE_GCC=4.4+.
#
# Examples:
# USE_GCC= 4.2+ # port requires GCC 4.2 or later.
@@ -40,14 +39,13 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# All GCC versions supported by the ports framework. Keep them in
# ascending order and in sync with the table below.
-GCCVERSIONS= 030402 040200 040300 040400 040500 040600
+GCCVERSIONS= 030402 040200 040400 040500 040600
# The first field if the OSVERSION in which it appeared in the base.
# The second field is the OSVERSION in which it disappeared from the base.
# The third field is the version as USE_GCC would use.
GCCVERSION_030402= 502126 700042 3.4
GCCVERSION_040200= 700042 999999 4.2
-GCCVERSION_040300= 999999 999999 4.3
GCCVERSION_040400= 999999 999999 4.4
GCCVERSION_040500= 999999 999999 4.5
GCCVERSION_040600= 999999 999999 4.6
@@ -117,7 +115,6 @@ MAKE_ENV+= F77="${F77}" FC="${FC}" FFLAGS="${FFLAGS}"
.if defined(USE_GCC)
-# USE_GCC=4.3 is deprecated...
.if ${USE_GCC} == "4.3+"
USE_GCC=4.4+
.endif