mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Add gccgo build for GCC 4.9
This commit is contained in:
parent
9718561589
commit
33120d9891
@ -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