forked from mirrors/nixpkgs
gccgo-4.8: remove
I see no use to keep it. I doesn't build since April, and noone has bothered to fixup the multiple-output problem.
This commit is contained in:
parent
001bde3df0
commit
f348e6ff5a
|
@ -4677,13 +4677,6 @@ in
|
|||
|
||||
gccgo = gccgo49;
|
||||
|
||||
gccgo48 = wrapCC (gcc48.cc.override {
|
||||
name = "gccgo";
|
||||
langCC = true; #required for go.
|
||||
langC = true;
|
||||
langGo = true;
|
||||
});
|
||||
|
||||
gccgo49 = wrapCC (gcc49.cc.override {
|
||||
name = "gccgo49";
|
||||
langCC = true; #required for go.
|
||||
|
|
Loading…
Reference in a new issue