1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Add support for GCC 4.3 (lang/gcc43), to be enabled by USE_GCC=4.3+.

No objections by:	portmgr (linimon, marcus, erwin)
This commit is contained in:
Gerald Pfeifer 2008-05-05 23:26:30 +00:00
parent 798ba23595
commit 93e37fc5a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212695

View File

@ -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.