parent
727ec216dc
commit
f03ee24754
@ -5312,6 +5312,14 @@ with pkgs;
|
|||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
gfortran7 = wrapCC (gcc7.cc.override {
|
||||||
|
name = "gfortran";
|
||||||
|
langFortran = true;
|
||||||
|
langCC = false;
|
||||||
|
langC = false;
|
||||||
|
profiledCompiler = false;
|
||||||
|
});
|
||||||
|
|
||||||
gcj = gcj49;
|
gcj = gcj49;
|
||||||
gcj49 = wrapCC (gcc49.cc.override {
|
gcj49 = wrapCC (gcc49.cc.override {
|
||||||
name = "gcj";
|
name = "gcj";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user