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:
parent
ab65fe023d
commit
9d1343414a
@ -215,7 +215,7 @@ stdenv.mkDerivation ({
|
|||||||
|
|
||||||
inherit patches;
|
inherit patches;
|
||||||
|
|
||||||
outputs = [ "out" "lib" "doc" ];
|
outputs = [ "out" "lib" "man" "info" ];
|
||||||
setOutputFlags = false;
|
setOutputFlags = false;
|
||||||
NIX_NO_SELF_RPATH = true;
|
NIX_NO_SELF_RPATH = true;
|
||||||
|
|
||||||
|
@ -3865,7 +3865,7 @@ let
|
|||||||
|
|
||||||
gambit = callPackage ../development/compilers/gambit { };
|
gambit = callPackage ../development/compilers/gambit { };
|
||||||
|
|
||||||
gcc = gcc5;
|
gcc = gcc49;
|
||||||
|
|
||||||
gcc_multi =
|
gcc_multi =
|
||||||
if system == "x86_64-linux" then lowPrio (
|
if system == "x86_64-linux" then lowPrio (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user