gfortran7: added by wrapping gcc7 (#26535)

thanks
This commit is contained in:
David Guibert 2017-06-13 21:46:37 +02:00 committed by Joachim Schiele
parent 727ec216dc
commit f03ee24754

View File

@ -5312,6 +5312,14 @@ with pkgs;
profiledCompiler = false;
});
gfortran7 = wrapCC (gcc7.cc.override {
name = "gfortran";
langFortran = true;
langCC = false;
langC = false;
profiledCompiler = false;
});
gcj = gcj49;
gcj49 = wrapCC (gcc49.cc.override {
name = "gcj";