diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-10-27 18:06:34 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-10-27 18:06:34 +0000 |
commit | 89e77fc278a7a2ab15bb4b5aa954b4a6fcb0ada9 (patch) | |
tree | 6bcc567e9bb4fbef976d2e3392191a437db0ab62 /lang/Makefile | |
parent | o Update to 1.0 RELEASE. (diff) |
Remove the still-born GCC 3.5 port. There will be no FSF GCC version 3.5,
and we will grow a devel/gcc40 port.
PR: 71696
Notes
Notes:
svn path=/head/; revision=120329
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 bf60b869a5db..50914a34f542 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -73,7 +73,6 @@ SUBDIR += gcc32 SUBDIR += gcc33 SUBDIR += gcc34 - SUBDIR += gcc35 SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth |