Add gfortran46

svn path=/nixpkgs/trunk/; revision=26641
This commit is contained in:
Shea Levy 2011-03-31 21:59:38 +00:00
parent 7b6139b85e
commit 97d0714f9f

View File

@ -1820,6 +1820,14 @@ let
profiledCompiler = false;
});
gfortran46 = wrapGCC (gcc46_real.gcc.override {
name = "gfortran";
langFortran = true;
langCC = false;
langC = false;
profiledCompiler = false;
});
gcj = gcj45;
gcj44 = wrapGCC (gcc44.gcc.override {