gcc-snapshot: 7-20161211 -> 7-20170409

This commit is contained in:
Eelco Dolstra 2017-04-13 13:06:11 +02:00
parent 5ca7e8a69a
commit d3c737a080
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ assert langGo -> langCC;
with stdenv.lib;
with builtins;
let version = "7-20161211";
let version = "7-20170409";
# Whether building a cross-compiler for GNU/Hurd.
crossGNU = cross != null && cross.config == "i586-pc-gnu";
@ -217,7 +217,7 @@ stdenv.mkDerivation ({
src = fetchurl {
url = "mirror://gcc/snapshots/${version}/gcc-${version}.tar.bz2";
sha256 = "114rrrm5d5cawmr3161d2wgjlzkb9l1imj1p7fnypwz7y85l1661";
sha256 = "19197rw1xrpkb8h10lfgn6zj7yj52x95hdmr0x5lg8i4v3i23b67";
};
inherit patches;

View File

@ -5085,7 +5085,7 @@ with pkgs;
cross = null;
libcCross = if targetPlatform != buildPlatform then libcCross else null;
isl = if !stdenv.isDarwin then isl_0_14 else null;
isl = isl_0_17;
}));
gfortran = gfortran5;