diff options
author | gerald <gerald@FreeBSD.org> | 2008-08-17 14:57:17 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-08-17 14:57:17 +0800 |
commit | b85a315ef993e401c3a3f98ccc3630803bedc250 (patch) | |
tree | a29aab277b08506faeb0ebb529d8b9ae87a7ba7b /Mk/bsd.gcc.mk | |
parent | 7d5d4d895a60aff078d8c2280f80dbcd923f63ed (diff) | |
download | freebsd-ports-gnome-b85a315ef993e401c3a3f98ccc3630803bedc250.tar.gz freebsd-ports-gnome-b85a315ef993e401c3a3f98ccc3630803bedc250.tar.zst freebsd-ports-gnome-b85a315ef993e401c3a3f98ccc3630803bedc250.zip |
Remove support for GCC 2.7 (the lang/gcc27 port) which, as it turns out,
had been removed from ports three years ago.
Diffstat (limited to 'Mk/bsd.gcc.mk')
-rw-r--r-- | Mk/bsd.gcc.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk index a805894b5daa..c8ad598d9f82 100644 --- a/Mk/bsd.gcc.mk +++ b/Mk/bsd.gcc.mk @@ -40,7 +40,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # All GCC versions supported by the ports framework. # Please keep them in ascending order. # -GCCVERSIONS= 020702 020801 029500 030301 030402 040100 040200 040300 +GCCVERSIONS= 020801 029500 030301 030402 040100 040200 040300 # # Versions of GCC shipped. @@ -49,7 +49,6 @@ GCCVERSIONS= 020702 020801 029500 030301 030402 040100 040200 040300 # the base system. # The third field is the version as USE_GCC would use. # -GCCVERSION_020702= 000000 000000 2.7 GCCVERSION_020801= 000000 400012 2.8 GCCVERSION_029500= 400012 500035 2.95 GCCVERSION_030301= 501103 502126 3.3 |