Skip to content

Commit 07176ed

Browse files
committedJul 4, 2017
gcc: 6.3.0 -> 6.4.0
1 parent 92df3cc commit 07176ed

File tree

2 files changed

+4
-30
lines changed

2 files changed

+4
-30
lines changed
 

‎pkgs/development/compilers/gcc/6/darwin-const-correct.patch

-25
This file was deleted.

‎pkgs/development/compilers/gcc/6/default.nix

+4-5
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ assert langGo -> langCC;
5858
with stdenv.lib;
5959
with builtins;
6060

61-
let version = "6.3.0";
61+
let version = "6.4.0";
6262

6363
# Whether building a cross-compiler for GNU/Hurd.
6464
crossGNU = targetPlatform != hostPlatform && targetPlatform.config == "i586-pc-gnu";
@@ -72,8 +72,7 @@ let version = "6.3.0";
7272
# The GNAT Makefiles did not pay attention to CFLAGS_FOR_TARGET for its
7373
# target libraries and tools.
7474
++ optional langAda ../gnat-cflags.patch
75-
++ optional langFortran ../gfortran-driving.patch
76-
++ optional hostPlatform.isDarwin ./darwin-const-correct.patch; # Kill this after 6.3.0
75+
++ optional langFortran ../gfortran-driving.patch;
7776

7877
javaEcj = fetchurl {
7978
# The `$(top_srcdir)/ecj.jar' file is automatically picked up at
@@ -213,8 +212,8 @@ stdenv.mkDerivation ({
213212
builder = ../builder.sh;
214213

215214
src = fetchurl {
216-
url = "mirror://gnu/gcc/gcc-${version}/gcc-${version}.tar.bz2";
217-
sha256 = "17xjz30jb65hcf714vn9gcxvrrji8j20xm7n33qg1ywhyzryfsph";
215+
url = "mirror://gnu/gcc/gcc-${version}/gcc-${version}.tar.xz";
216+
sha256 = "1m0lr7938lw5d773dkvwld90hjlcq2282517d1gwvrfzmwgg42w5";
218217
};
219218

220219
inherit patches;

0 commit comments

Comments
 (0)
Please sign in to comment.