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

This commit is contained in:
Eelco Dolstra
2016-12-21 15:51:18 +01:00
1440 changed files with 47504 additions and 21647 deletions
@@ -1,5 +1,5 @@
{ fetchurl, stdenv, libtool, readline, gmp, pkgconfig, boehmgc, libunistring
, libffi, gawk, makeWrapper, coverageAnalysis ? null, gnu ? null }:
, libffi, gawk, makeWrapper, fetchpatch, coverageAnalysis ? null, gnu ? null }:
# Do either a coverage analysis build or a standard build.
(if coverageAnalysis != null
@@ -53,7 +53,8 @@
'';
# make check doesn't work on darwin
doCheck = !stdenv.isDarwin;
# On Linuxes+Hydra the tests are flaky; feel free to investigate deeper.
doCheck = false;
setupHook = ./setup-hook-2.0.sh;