aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-10-10 11:45:30 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-10-10 11:45:30 +0000
commit8962147d7594e14c222d21cd3f2e0c9aab7300cd (patch)
tree069dc3a0821c2c2e1079d01af74dc97d6d498ead /Mk
parentf071fdc6bd2fd4dc880c24b2ca71848a2637ff2e (diff)
downloadports-8962147d7594e14c222d21cd3f2e0c9aab7300cd.tar.gz
ports-8962147d7594e14c222d21cd3f2e0c9aab7300cd.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gcc.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index f4854874a445..00801785bdd1 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -36,10 +36,10 @@
GCC_Include_MAINTAINER= gerald@FreeBSD.org
#
-# All GCC versions supported by the ports framework.
-# Please keep them in ascending order.
+# All GCC versions supported by the ports framework. Keep them in
+# ascending order and in sync with the table below.
#
-GCCVERSIONS= 030402 040200 040300 040400
+GCCVERSIONS= 030402 040200 040300 040400 040500
#
# Versions of GCC shipped.
@@ -52,6 +52,7 @@ GCCVERSION_030402= 502126 700042 3.4
GCCVERSION_040200= 700042 999999 4.2
GCCVERSION_040300= 999999 999999 4.3
GCCVERSION_040400= 999999 999999 4.4
+GCCVERSION_040500= 999999 999999 4.5
#
# No configurable parts below this.