gcc-snapshot: 7-20161211 -> 7-20170409
This commit is contained in:
parent
5ca7e8a69a
commit
d3c737a080
@ -60,7 +60,7 @@ assert langGo -> langCC;
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
with builtins;
|
with builtins;
|
||||||
|
|
||||||
let version = "7-20161211";
|
let version = "7-20170409";
|
||||||
|
|
||||||
# Whether building a cross-compiler for GNU/Hurd.
|
# Whether building a cross-compiler for GNU/Hurd.
|
||||||
crossGNU = cross != null && cross.config == "i586-pc-gnu";
|
crossGNU = cross != null && cross.config == "i586-pc-gnu";
|
||||||
@ -217,7 +217,7 @@ stdenv.mkDerivation ({
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gcc/snapshots/${version}/gcc-${version}.tar.bz2";
|
url = "mirror://gcc/snapshots/${version}/gcc-${version}.tar.bz2";
|
||||||
sha256 = "114rrrm5d5cawmr3161d2wgjlzkb9l1imj1p7fnypwz7y85l1661";
|
sha256 = "19197rw1xrpkb8h10lfgn6zj7yj52x95hdmr0x5lg8i4v3i23b67";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit patches;
|
inherit patches;
|
||||||
|
@ -5085,7 +5085,7 @@ with pkgs;
|
|||||||
cross = null;
|
cross = null;
|
||||||
libcCross = if targetPlatform != buildPlatform then libcCross else 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;
|
gfortran = gfortran5;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user