Remove GCJ 4.3, which has never worked.

svn path=/nixpkgs/trunk/; revision=16488
This commit is contained in:
Ludovic Courtès 2009-07-28 08:13:11 +00:00
parent f9f44ed564
commit 979a8410f0

View File

@ -1724,17 +1724,7 @@ let
profiledCompiler = false;
});
gcj = gcj43;
gcj43 = wrapGCC (gcc43_real.gcc.override {
name = "gcj";
langJava = true;
langFortran = false;
langCC = true;
langC = false;
profiledCompiler = false;
inherit zlib boehmgc;
});
gcj = gcj44;
gcj44 = wrapGCC (gcc44.gcc.override {
name = "gcj";