aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2009-03-08 03:17:44 +0800
committergerald <gerald@FreeBSD.org>2009-03-08 03:17:44 +0800
commit8dc1e1d864ced09f2bc87cb12982ce66864ea6e4 (patch)
treeca449383fee844c300f165e7b65720a61e8afa05 /Mk
parentb84762428265637096d39b3b2eb23e10989f3a8f (diff)
downloadfreebsd-ports-gnome-8dc1e1d864ced09f2bc87cb12982ce66864ea6e4.tar.gz
freebsd-ports-gnome-8dc1e1d864ced09f2bc87cb12982ce66864ea6e4.tar.zst
freebsd-ports-gnome-8dc1e1d864ced09f2bc87cb12982ce66864ea6e4.zip
Remove support for GCC 3.3. No port in the tree uses this any longer,
and lang/gcc33 has been deprecated for a month.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gcc.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index e118a472d443..c556eabf12dc 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -39,7 +39,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# All GCC versions supported by the ports framework.
# Please keep them in ascending order.
#
-GCCVERSIONS= 020801 029500 030301 030402 040200 040300 040400
+GCCVERSIONS= 020801 029500 030402 040200 040300 040400
#
# Versions of GCC shipped.
@@ -50,7 +50,6 @@ GCCVERSIONS= 020801 029500 030301 030402 040200 040300 040400
#
GCCVERSION_020801= 000000 400012 2.8
GCCVERSION_029500= 400012 500035 2.95
-GCCVERSION_030301= 501103 502126 3.3
GCCVERSION_030402= 502126 700042 3.4
GCCVERSION_040200= 700042 999999 4.2
GCCVERSION_040300= 999999 999999 4.3