mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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:
parent
798ba23595
commit
93e37fc5a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212695
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
|
||||||
# All GCC versions supported by the ports framework.
|
# All GCC versions supported by the ports framework.
|
||||||
# Please keep them in ascending order.
|
# 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.
|
# Versions of GCC shipped.
|
||||||
|
@ -57,6 +57,7 @@ GCCVERSION_030301= 501103 502126 3.3
|
||||||
GCCVERSION_030402= 502126 700042 3.4
|
GCCVERSION_030402= 502126 700042 3.4
|
||||||
GCCVERSION_040100= 999999 999999 4.1
|
GCCVERSION_040100= 999999 999999 4.1
|
||||||
GCCVERSION_040200= 700042 999999 4.2
|
GCCVERSION_040200= 700042 999999 4.2
|
||||||
|
GCCVERSION_040300= 999999 999999 4.3
|
||||||
|
|
||||||
#
|
#
|
||||||
# No configurable parts below this.
|
# No configurable parts below this.
|
||||||
|
|
Loading…
Add table
Reference in a new issue