diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-08-17 14:57:17 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2008-08-17 14:57:17 +0800 |
commit | 510446b284e36f793a72193fc0ff9f3c20fe776c (patch) | |
tree | 191d54664aa8b45139fd8e1610799133f6335455 /Mk | |
parent | fb1f0fb885f0f836964ba8a3eaab19253dfb5521 (diff) | |
download | freebsd-ports-gnome-510446b284e36f793a72193fc0ff9f3c20fe776c.tar.gz freebsd-ports-gnome-510446b284e36f793a72193fc0ff9f3c20fe776c.tar.zst freebsd-ports-gnome-510446b284e36f793a72193fc0ff9f3c20fe776c.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')
-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 |