From 66a68620ffa31bc1d14e99f2cd600def336d50ad Mon Sep 17 00:00:00 2001
From: Kirill Ponomarev <krion@FreeBSD.org>
Date: Sun, 31 Jul 2005 17:07:23 +0000
Subject: Remove gcc3.1

Submitted by:	gerald
---
 Mk/bsd.gcc.mk | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

(limited to 'Mk/bsd.gcc.mk')

diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 795db40ebd7f..4b00e6151130 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -12,8 +12,8 @@
 # the version.
 #
 # For example:
-#	USE_GCC=	3.3		# port requires gcc 3.3 to build with.
-#	USE_GCC=	3.1+	# port requires gcc 3.1 or later to build with.
+#	USE_GCC=	3.3		# port requires GCC 3.3 to build with.
+#	USE_GCC=	3.4+	# port requires GCC 3.4 or later to build with.
 #
 # If you are wondering what your port exactly does, use "make test-gcc"
 # to see some debugging.
@@ -27,7 +27,7 @@ GCC_Include_MAINTAINER=		portmgr@FreeBSD.org
 # All GCC versions supported by the ports framework.
 # Please keep them in ascending order.
 #
-GCCVERSIONS=	020702 020801 029500 030100 030200 030301 030402 040000 040100
+GCCVERSIONS=	020702 020801 029500 030200 030301 030402 040000 040100
 
 #
 # Versions of GCC shipped.
@@ -39,7 +39,6 @@ GCCVERSIONS=	020702 020801 029500 030100 030200 030301 030402 040000 040100
 GCCVERSION_020702=	000000 000000 2.7
 GCCVERSION_020801=	000000 400012 2.8
 GCCVERSION_029500=	400012 500035 2.95
-GCCVERSION_030100=	500035 500039 3.1
 GCCVERSION_030200=	500039 501103 3.2
 GCCVERSION_030301=	501103 502126 3.3
 GCCVERSION_030402=	502126 999999 3.4
@@ -99,7 +98,7 @@ BROKEN=		"Couldn't find your current GCCVERSION (OSVERSION=${OSVERSION})"
 
 #
 # If the GCC package defined in USE_GCC does not exist, but a later
-# version is allowed (for example 3.1+), see if there is a later.
+# version is allowed (for example 3.4+), see if there is a later.
 # First check if the base installed version is good enough, otherwise
 # get the first available version.
 #
-- 
cgit v1.2.3