diff options
author | linimon <linimon@FreeBSD.org> | 2005-07-19 10:51:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-07-19 10:51:41 +0800 |
commit | 34327dcb9d7160a15d958a7254ee3c3b3078f9e3 (patch) | |
tree | 096ca3815bda096d0468fdd4f7a02df6b5159c52 /lang/Makefile | |
parent | 18fe038dec21a63f34819e9d76bc6c72f2c30e97 (diff) | |
download | freebsd-ports-gnome-34327dcb9d7160a15d958a7254ee3c3b3078f9e3.tar.gz freebsd-ports-gnome-34327dcb9d7160a15d958a7254ee3c3b3078f9e3.tar.zst freebsd-ports-gnome-34327dcb9d7160a15d958a7254ee3c3b3078f9e3.zip |
As previously announced, remove gcc27. It is no longer used by anything
in the tree. If absolutely necessary for compatibility with old code,
use lang/gcc28 or preferably lang/gcc295.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index e18b8397eed0..b4f4247c214b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -67,7 +67,6 @@ SUBDIR += gawk SUBDIR += gcc-objc SUBDIR += gcc-ooo - SUBDIR += gcc27 SUBDIR += gcc28 SUBDIR += gcc295 SUBDIR += gcc30 |