gccgo: add 4.8

This commit is contained in:
Mathijs Kwik 2013-11-05 16:56:56 +01:00
parent 3e052e242f
commit 9319597b65
1 changed files with 7 additions and 0 deletions

View File

@ -2680,6 +2680,13 @@ let
langGo = true;
});
gccgo48 = wrapGCC (gcc48_real.gcc.override {
name = "gccgo";
langCC = true; #required for go.
langC = true;
langGo = true;
});
ghdl = wrapGCC (import ../development/compilers/gcc/4.3 {
inherit stdenv fetchurl gmp mpfr noSysDirs gnat;
texinfo = texinfo4;