switch default gccgo to 4.8

This commit is contained in:
Mathijs Kwik 2013-11-05 16:57:11 +01:00
parent 9319597b65
commit fd8d833a86
1 changed files with 1 additions and 2 deletions

View File

@ -2670,8 +2670,7 @@ let
inherit fetchurl stdenv;
});
# gccgo46 does not work. I set 4.7 then.
gccgo = gccgo47;
gccgo = gccgo48;
gccgo47 = wrapGCC (gcc47_real.gcc.override {
name = "gccgo";