diff options
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index 466ead9c0df3..795db40ebd7f 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 040100 +GCCVERSIONS= 020702 020801 029500 030100 030200 030301 030402 040000 040100 # # Versions of GCC shipped. @@ -36,7 +36,8 @@ GCCVERSIONS= 020702 029500 030100 030200 030301 030402 040000 040100 # the base system. # The third field is the version as USE_GCC would use. # -GCCVERSION_020702= 000000 400012 2.7 +GCCVERSION_020702= 000000 000000 2.7 +GCCVERSION_020801= 000000 400012 2.8 GCCVERSION_029500= 400012 500035 2.95 GCCVERSION_030100= 500035 500039 3.1 GCCVERSION_030200= 500039 501103 3.2 |