gcc 4.9: Port multiple-outputs changes from gcc 4.8

This commit is contained in:
Tuomas Tynkkynen
2015-10-03 14:08:49 +02:00
committed by Vladimír Čunát
parent d844a1002f
commit 61b4bdded4
@@ -217,6 +217,12 @@ stdenv.mkDerivation ({
inherit patches;
outputs = [ "out" "lib" "doc" ];
setOutputFlags = false;
NIX_NO_SELF_RPATH = true;
libc_dev = stdenv.cc.libc_dev;
postPatch =
if (stdenv.isGNU
|| (libcCross != null # e.g., building `gcc.crossDrv'