Skip to content

Commit

Permalink
gcj: use from gcc6
Browse files Browse the repository at this point in the history
  • Loading branch information
berdario authored and fpletz committed Sep 25, 2017
1 parent 5835b1a commit cd501e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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;
Expand Down

0 comments on commit cd501e3

Please sign in to comment.