Merge pull request #7081 from avnik/gccgo-4.9
Add gccgo build for GCC 4.9
This commit is contained in:
commit
5f01b8a1d7
@ -3573,6 +3573,14 @@ let
|
||||
langGo = true;
|
||||
});
|
||||
|
||||
gccgo49 = wrapCC (gcc49.cc.override {
|
||||
name = "gccgo49";
|
||||
langCC = true; #required for go.
|
||||
langC = true;
|
||||
langGo = true;
|
||||
profiledCompiler = false;
|
||||
});
|
||||
|
||||
ghdl = wrapCC (import ../development/compilers/gcc/4.3 {
|
||||
inherit stdenv fetchurl gmp mpfr noSysDirs gnat;
|
||||
texinfo = texinfo4;
|
||||
|
Loading…
Reference in New Issue
Block a user