diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-21 05:27:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-21 05:27:11 +0000 |
commit | b5407164d8fd75ac6f2d69bace0036cbc4595c66 (patch) | |
tree | f656ba7b4e483be9fa654ffbc237a426c64d326f /Mk | |
parent | be9cf153b93e02d0b628138d53187b2ce0940357 (diff) | |
download | ports-b5407164d8fd75ac6f2d69bace0036cbc4595c66.tar.gz ports-b5407164d8fd75ac6f2d69bace0036cbc4595c66.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 4b00e6151130..f902cc549d59 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -27,7 +27,7 @@ GCC_Include_MAINTAINER= portmgr@FreeBSD.org # All GCC versions supported by the ports framework. # Please keep them in ascending order. # -GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040000 040100 +GCCVERSIONS= 020702 020801 029500 030200 030301 030402 040000 040100 040200 # # Versions of GCC shipped. @@ -44,6 +44,7 @@ GCCVERSION_030301= 501103 502126 3.3 GCCVERSION_030402= 502126 999999 3.4 GCCVERSION_040000= 999999 999999 4.0 GCCVERSION_040100= 999999 999999 4.1 +GCCVERSION_040200= 999999 999999 4.2 # # No configurable parts below this. |