forked from mirrors/nixpkgs
gcc 4.9: Port multiple-outputs changes from gcc 4.8
This commit is contained in:
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'
|
||||
|
|
Loading…
Reference in a new issue