aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gcc.mk
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2008-05-06 07:26:30 +0800
committergerald <gerald@FreeBSD.org>2008-05-06 07:26:30 +0800
commiteeb1a178d9350dcb9e86ff8b81333f1f019df390 (patch)
tree22ccae8c950a76c6989413dfa25f81cafec937ae /Mk/bsd.gcc.mk
parentdfa7de0d0dfbbcf1964dc8b19a60d1602e86291b (diff)
downloadfreebsd-ports-gnome-eeb1a178d9350dcb9e86ff8b81333f1f019df390.tar.gz
freebsd-ports-gnome-eeb1a178d9350dcb9e86ff8b81333f1f019df390.tar.zst
freebsd-ports-gnome-eeb1a178d9350dcb9e86ff8b81333f1f019df390.zip
Add support for GCC 4.3 (lang/gcc43), to be enabled by USE_GCC=4.3+.
No objections by: portmgr (linimon, marcus, erwin)
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 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.