diff options
author | gerald <gerald@FreeBSD.org> | 2009-10-10 19:45:30 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-10-10 19:45:30 +0800 |
commit | fff5513c51e9d5114961ecb8b28abbdf76919306 (patch) | |
tree | f401a46fe08e83f9b23e2736ba2eb796404a1912 /Mk/bsd.gcc.mk | |
parent | bd972f67b8b2fd6d841c6990408a3c8b7badd226 (diff) | |
download | freebsd-ports-gnome-fff5513c51e9d5114961ecb8b28abbdf76919306.tar.gz freebsd-ports-gnome-fff5513c51e9d5114961ecb8b28abbdf76919306.tar.zst freebsd-ports-gnome-fff5513c51e9d5114961ecb8b28abbdf76919306.zip |
Add support for USE_GCC=4.5 and USE_GCC=4.5+. Improve the documentation
a bit.
Suggested by: bsam
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index f4854874a445..00801785bdd1 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -36,10 +36,10 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # -# All GCC versions supported by the ports framework. -# Please keep them in ascending order. +# All GCC versions supported by the ports framework. Keep them in +# ascending order and in sync with the table below. # -GCCVERSIONS= 030402 040200 040300 040400 +GCCVERSIONS= 030402 040200 040300 040400 040500 # # Versions of GCC shipped. @@ -52,6 +52,7 @@ GCCVERSION_030402= 502126 700042 3.4 GCCVERSION_040200= 700042 999999 4.2 GCCVERSION_040300= 999999 999999 4.3 GCCVERSION_040400= 999999 999999 4.4 +GCCVERSION_040500= 999999 999999 4.5 # # No configurable parts below this. |