Skip to content

Commit

Permalink
gcc-snapshot: 7-20161211 -> 7-20170409
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Apr 13, 2017
1 parent 5ca7e8a commit d3c737a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/gcc/snapshot/default.nix
Expand Up @@ -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";
Expand Down Expand Up @@ -217,7 +217,7 @@ stdenv.mkDerivation ({

src = fetchurl {
url = "mirror://gcc/snapshots/${version}/gcc-${version}.tar.bz2";
sha256 = "114rrrm5d5cawmr3161d2wgjlzkb9l1imj1p7fnypwz7y85l1661";
sha256 = "19197rw1xrpkb8h10lfgn6zj7yj52x95hdmr0x5lg8i4v3i23b67";
};

inherit patches;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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;
Expand Down

0 comments on commit d3c737a

Please sign in to comment.