gcj: use from gcc6

This commit is contained in:
Dario Bertini
2017-09-25 13:52:02 +02:00
committed by Franz Pletz
parent 5835b1a156
commit cd501e33ba
+2 -2
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;