3
0
Fork 0
forked from mirrors/nixpkgs

gcc 4.9: Port multiple-outputs changes from gcc 4.8

This commit is contained in:
Tuomas Tynkkynen 2015-08-20 04:51:07 +03:00 committed by Vladimír Čunát
parent d844a1002f
commit 61b4bdded4

View file

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