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;
|
||||
});
|
||||
|
||||
gfortran44 = wrapGCC (gcc44_real.gcc.override {
|
||||
name = "gfortran";
|
||||
langFortran = true;
|
||||
langCC = false;
|
||||
langC = false;
|
||||
profiledCompiler = false;
|
||||
});
|
||||
|
||||
gcj = gcj43;
|
||||
|
||||
gcj43 = wrapGCC (gcc43_real.gcc.override {
|
||||
@ -1733,7 +1741,7 @@ let
|
||||
langJava = true;
|
||||
langFortran = false;
|
||||
langCC = true;
|
||||
langC = false;
|
||||
langC = true;
|
||||
profiledCompiler = false;
|
||||
inherit zlib boehmgc gettext;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user