1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Add support for USE_GCC=4.4+ and remove USE_GCC=4.1+ (which is not used

by any other port at this point).
This commit is contained in:
Gerald Pfeifer 2009-01-18 03:10:19 +00:00
parent d7626a7b62
commit c769462937
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226351

View File

@ -39,7 +39,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org
# All GCC versions supported by the ports framework.
# Please keep them in ascending order.
#
GCCVERSIONS= 020801 029500 030301 030402 040100 040200 040300
GCCVERSIONS= 020801 029500 030301 030402 040200 040300 040400
#
# Versions of GCC shipped.
@ -52,9 +52,9 @@ GCCVERSION_020801= 000000 400012 2.8
GCCVERSION_029500= 400012 500035 2.95
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
GCCVERSION_040400= 999999 999999 4.4
#
# No configurable parts below this.