Merge remote-tracking branch 'origin/gcc-6' into staging

This commit is contained in:
Eelco Dolstra
2017-08-14 11:38:00 +02:00
18 changed files with 317 additions and 95 deletions

View File

@@ -56,7 +56,6 @@ stdenv.mkDerivation rec {
./elf-check-orphan-placement.patch
];
# TODO: all outputs on all platform
outputs = [ "out" ]
++ optional (targetPlatform == hostPlatform && !hostPlatform.isDarwin) "lib" # problems in Darwin stdenv
++ [ "info" ]