gccgo: track latest gcc (#144467)

This commit is contained in:
Daniel Nagy 2022-12-24 13:40:12 +01:00 committed by GitHub
parent 24d2eef2ac
commit b40050bad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14448,12 +14448,12 @@ with pkgs;
gnu-smalltalk = callPackage ../development/compilers/gnu-smalltalk { };
gccgo = gccgo6;
gccgo6 = wrapCC (gcc6.cc.override {
name = "gccgo6";
gccgo = wrapCC (gcc.cc.override {
name = "gccgo";
langCC = true; #required for go.
langC = true;
langGo = true;
langJit = true;
profiledCompiler = false;
});