[Midnightbsd-cvs] mports: bsd.gcc.mk: drop gcc before 3.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 9 13:41:42 EDT 2008


Log Message:
-----------
drop gcc before 3.4

Modified Files:
--------------
    mports/Mk:
        bsd.gcc.mk (r1.5 -> r1.6)

-------------- next part --------------
Index: bsd.gcc.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.gcc.mk,v
retrieving revision 1.5
retrieving revision 1.6
diff -L Mk/bsd.gcc.mk -L Mk/bsd.gcc.mk -u -r1.5 -r1.6
--- Mk/bsd.gcc.mk
+++ Mk/bsd.gcc.mk
@@ -12,7 +12,7 @@
 # the version.
 #
 # For example:
-#	USE_GCC=	3.3		# port requires GCC 3.3 to build with.
+#	USE_GCC=	4.1		# port requires GCC 4.1 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"
@@ -28,7 +28,7 @@
 # All GCC versions supported by the ports framework.
 # Please keep them in ascending order.
 #
-GCCVERSIONS=	030200 030301 030402 040100 040200 040300
+GCCVERSIONS=	030402 040100 040200 040300
 
 #
 # Versions of GCC shipped.
@@ -37,8 +37,6 @@
 # the base system.
 # The third field is the version as USE_GCC would use.
 #
-GCCVERSION_030200=	500039 501103 3.2
-GCCVERSION_030301=	501103 502126 3.3
 GCCVERSION_030402=	502126 999999 3.4
 GCCVERSION_040100=	999999 999999 4.1
 GCCVERSION_040200=	999999 999999 4.2


More information about the Midnightbsd-cvs mailing list