mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Remove GCJ 4.3, which has never worked.
svn path=/nixpkgs/trunk/; revision=16488
This commit is contained in:
parent
f9f44ed564
commit
979a8410f0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user