gcj: use from gcc6

This commit is contained in:
Dario Bertini 2017-09-23 17:02:58 +01:00 committed by Franz Pletz
parent 5835b1a156
commit cd501e33ba

View File

@ -5602,8 +5602,8 @@ with pkgs;
profiledCompiler = false;
});
gcj = gcj49;
gcj49 = wrapCC (gcc49.cc.override {
gcj = gcj6;
gcj6 = wrapCC (gcc6.cc.override {
name = "gcj";
langJava = true;
langFortran = false;