summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-21 05:27:11 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-21 05:27:11 +0000
commitb5407164d8fd75ac6f2d69bace0036cbc4595c66 (patch)
treef656ba7b4e483be9fa654ffbc237a426c64d326f /Mk
parentMark broken: unfetchable. (diff)
Add support for lang/gcc42
Notes
Notes: svn path=/head/; revision=154038
Diffstat (limited to '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 4b00e6151130..f902cc549d59 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 020801 029500 030200 030301 030402 040000 040100
+GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040000 040100 040200
#
# Versions of GCC shipped.
@@ -44,6 +44,7 @@ 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
#
# No configurable parts below this.