gcc: default to gcc8
This commit is contained in:
parent
f786072420
commit
2da936e61f
|
@ -6072,7 +6072,7 @@ with pkgs;
|
|||
gerbil-unstable = callPackage ../development/compilers/gerbil/unstable.nix { };
|
||||
|
||||
gccFun = callPackage ../development/compilers/gcc/7;
|
||||
gcc = gcc7;
|
||||
gcc = gcc8;
|
||||
gcc-unwrapped = gcc.cc;
|
||||
|
||||
gccStdenv = if stdenv.cc.isGNU then stdenv else stdenv.override {
|
||||
|
|
Loading…
Reference in New Issue