gcc: default to gcc8

This commit is contained in:
Robin Gloster 2018-05-04 18:46:36 +02:00
parent f786072420
commit 2da936e61f
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
1 changed files with 1 additions and 1 deletions

View File

@ -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 {