aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2010-09-05 01:08:27 +0800
committergerald <gerald@FreeBSD.org>2010-09-05 01:08:27 +0800
commitb729ade1e3d45bd761742627ed5a271565a639f7 (patch)
treec3909d975cc7230d12c4a0b00def379063dc30e0 /Mk
parent318dffb26aae428aea3b8854a492fa3a0a9fbda5 (diff)
downloadfreebsd-ports-gnome-b729ade1e3d45bd761742627ed5a271565a639f7.tar.gz
freebsd-ports-gnome-b729ade1e3d45bd761742627ed5a271565a639f7.tar.zst
freebsd-ports-gnome-b729ade1e3d45bd761742627ed5a271565a639f7.zip
Remove the transparent rewriting of USE_GCC=4.3+ to USE_GCC=4.4+.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gcc.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 83b6a43840a1..2a030b56fd0e 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -12,8 +12,6 @@
# 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 transparently rewritten to USE_GCC=4.4+.
-#
# Examples:
# USE_GCC= 4.2+ # port requires GCC 4.2 or later.
# USE_GCC= 4.5 # port requires GCC 4.5.
@@ -115,10 +113,6 @@ MAKE_ENV+= F77="${F77}" FC="${FC}" FFLAGS="${FFLAGS}"
.if defined(USE_GCC)
-.if ${USE_GCC} == "4.3+"
-USE_GCC=4.4+
-.endif
-
# See if we can use a later version
_USE_GCC:= ${USE_GCC:S/+//}
.if ${USE_GCC} != ${_USE_GCC}