Add `gfortran44'; build GCJ 4.4 with the C language.
svn path=/nixpkgs/trunk/; revision=16459
This commit is contained in:
parent
292a191f70
commit
f052e6d253
@ -1716,6 +1716,14 @@ let
|
|||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
gfortran44 = wrapGCC (gcc44_real.gcc.override {
|
||||||
|
name = "gfortran";
|
||||||
|
langFortran = true;
|
||||||
|
langCC = false;
|
||||||
|
langC = false;
|
||||||
|
profiledCompiler = false;
|
||||||
|
});
|
||||||
|
|
||||||
gcj = gcj43;
|
gcj = gcj43;
|
||||||
|
|
||||||
gcj43 = wrapGCC (gcc43_real.gcc.override {
|
gcj43 = wrapGCC (gcc43_real.gcc.override {
|
||||||
@ -1733,7 +1741,7 @@ let
|
|||||||
langJava = true;
|
langJava = true;
|
||||||
langFortran = false;
|
langFortran = false;
|
||||||
langCC = true;
|
langCC = true;
|
||||||
langC = false;
|
langC = true;
|
||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
inherit zlib boehmgc gettext;
|
inherit zlib boehmgc gettext;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user