diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-21 11:34:43 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-21 11:34:43 +0000 |
commit | 278f218c4a9135caeb02fc9f0ff38331510a3647 (patch) | |
tree | 1de4acc953dd07a96b03474fe2a949c0e81f219b /Mk | |
parent | 6f702b6e612ba1534e105f4761336ada11f30b3c (diff) | |
download | FreeBSD-ports-278f218c4a9135caeb02fc9f0ff38331510a3647.zip FreeBSD-ports-278f218c4a9135caeb02fc9f0ff38331510a3647.tar.gz |
[patch] Include gcc 4.1 in Mk/bsd.gcc.mk
With the import of lang/gcc41, enable support for it in bsd.gcc.mk.
PR: ports/81262
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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 a623c2e..be1a97e 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 029500 030100 030200 030301 030402 040000 +GCCVERSIONS= 020702 029500 030100 030200 030301 030402 040000 040100 # # Versions of GCC shipped. @@ -43,6 +43,7 @@ GCCVERSION_030200= 500039 501103 3.2 GCCVERSION_030301= 501103 502126 3.3 GCCVERSION_030402= 502126 999999 3.4 GCCVERSION_040000= 999999 999999 4.0 +GCCVERSION_040100= 999999 999999 4.1 # # No configurable parts below this. |