summaryrefslogtreecommitdiff
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-05-21 11:34:43 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-05-21 11:34:43 +0000
commit70c0695c1918a78a6891ec6a93f4018335f782a8 (patch)
tree5e9e8a06bb1081802838c797b59be5f9f1d01ef9 /Mk/bsd.gcc.mk
parent67942695ed584806d32837207db988945201360e (diff)
downloadfreebsd-ports-70c0695c1918a78a6891ec6a93f4018335f782a8.zip
[patch] Include gcc 4.1 in Mk/bsd.gcc.mk
With the import of lang/gcc41, enable support for it in bsd.gcc.mk. PR: ports/81262 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r--Mk/bsd.gcc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index a623c2e48b72..be1a97ee9205 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -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 029500 030100 030200 030301 030402 040000
+GCCVERSIONS= 020702 029500 030100 030200 030301 030402 040000 040100
#
# Versions of GCC shipped.
@@ -43,6 +43,7 @@ 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
#
# No configurable parts below this.