Skip to content

Commit

Permalink
gcc: default to gcc8
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed May 4, 2018
1 parent f786072 commit 2da936e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit 2da936e

Please sign in to comment.