summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2008-05-05 23:26:30 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2008-05-05 23:26:30 +0000
commit93e37fc5a3a9a453e253a181fa6fa86d46df449f (patch)
tree0640adb795bdbd82a93c8b6e852f46a187c2349b /Mk
parent- Remove BROKEN for FreeBSD/i386 8.x (since latest update is reported to work). (diff)
Add support for GCC 4.3 (lang/gcc43), to be enabled by USE_GCC=4.3+.
No objections by: portmgr (linimon, marcus, erwin)
Notes
Notes: svn path=/head/; revision=212695
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 574f2b583f0e..c51ac2b677e7 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -40,7 +40,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# All GCC versions supported by the ports framework.
# Please keep them in ascending order.
#
-GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040100 040200
+GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040100 040200 040300
#
# Versions of GCC shipped.
@@ -57,6 +57,7 @@ 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
#
# No configurable parts below this.