diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-06-06 06:30:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-06-06 06:30:18 +0000 |
commit | d8f397a82b2246fe72e321c196d9e0fbcb4198e2 (patch) | |
tree | 237696f60042ca81a887cd8f52466b1158d1d027 /Mk/bsd.gcc.mk | |
parent | 4ac5a6e6bae5a7c80ea84efe6e4b77305b0c9dac (diff) | |
download | ports-d8f397a82b2246fe72e321c196d9e0fbcb4198e2.tar.gz ports-d8f397a82b2246fe72e321c196d9e0fbcb4198e2.zip |
Notes
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 |