aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-01-18 03:10:19 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-01-18 03:10:19 +0000
commitc76946293765c0a6b634de5ec038c919c3e22c11 (patch)
tree00ad5108d4f659839bd56b0867c54772bd9d3f4c /Mk/bsd.gcc.mk
parentd7626a7b620d5d25f6a1a0e13c5e83e5ce1ede3d (diff)
downloadports-c76946293765c0a6b634de5ec038c919c3e22c11.tar.gz
ports-c76946293765c0a6b634de5ec038c919c3e22c11.zip
Notes
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 564f28fa7137..d639a9c8432c 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 040100 040200 040300
+GCCVERSIONS= 020801 029500 030301 030402 040200 040300 040400
#
# Versions of GCC shipped.
@@ -52,9 +52,9 @@ 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_040100= 999999 999999 4.1
GCCVERSION_040200= 700042 999999 4.2
GCCVERSION_040300= 999999 999999 4.3
+GCCVERSION_040400= 999999 999999 4.4
#
# No configurable parts below this.