[Midnightbsd-cvs] mports: bsd.gcc.mk: Remove versions of GCC we currently do not support
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Apr 14 00:02:57 EDT 2008
Log Message:
-----------
Remove versions of GCC we currently do not support (or never did in some cases)
Modified Files:
--------------
mports/Mk:
bsd.gcc.mk (r1.4 -> r1.5)
-------------- next part --------------
Index: bsd.gcc.mk
===================================================================
RCS file: /home/cvs/mports/Mk/bsd.gcc.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -L Mk/bsd.gcc.mk -L Mk/bsd.gcc.mk -u -r1.4 -r1.5
--- Mk/bsd.gcc.mk
+++ Mk/bsd.gcc.mk
@@ -28,7 +28,7 @@
# All GCC versions supported by the ports framework.
# Please keep them in ascending order.
#
-GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040000 040100 040200 040300
+GCCVERSIONS= 030200 030301 030402 040100 040200 040300
#
# Versions of GCC shipped.
@@ -37,13 +37,9 @@
# the base system.
# The third field is the version as USE_GCC would use.
#
-GCCVERSION_020702= 000000 000000 2.7
-GCCVERSION_020801= 000000 400012 2.8
-GCCVERSION_029500= 400012 500035 2.95
GCCVERSION_030200= 500039 501103 3.2
GCCVERSION_030301= 501103 502126 3.3
GCCVERSION_030402= 502126 999999 3.4
-GCCVERSION_040000= 999999 999999 4.0
GCCVERSION_040100= 999999 999999 4.1
GCCVERSION_040200= 999999 999999 4.2
GCCVERSION_040300= 999999 999999 4.3
More information about the Midnightbsd-cvs
mailing list