gcc: switch back to 4.9

Also sync a tiny difference in docs outputs from gcc-5.
I originally assumed that people will push gcc-5 support to master
long before closure-size gets there, but I overestimated the situation.
We haven't really settled even the issue of ABI switch,
so let's use the same gcc version on closure-size and master.
This commit is contained in:
Vladimír Čunát 2015-12-31 10:34:58 +01:00
parent ab65fe023d
commit 9d1343414a
2 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@ stdenv.mkDerivation ({
inherit patches;
outputs = [ "out" "lib" "doc" ];
outputs = [ "out" "lib" "man" "info" ];
setOutputFlags = false;
NIX_NO_SELF_RPATH = true;

View File

@ -3865,7 +3865,7 @@ let
gambit = callPackage ../development/compilers/gambit { };
gcc = gcc5;
gcc = gcc49;
gcc_multi =
if system == "x86_64-linux" then lowPrio (