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; profiledCompiler = false;
}); });
gcj = gcj49; gcj = gcj6;
gcj49 = wrapCC (gcc49.cc.override { gcj6 = wrapCC (gcc6.cc.override {
name = "gcj"; name = "gcj";
langJava = true; langJava = true;
langFortran = false; langFortran = false;