File tree 2 files changed +4
-30
lines changed
pkgs/development/compilers/gcc/6
2 files changed +4
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ assert langGo -> langCC;
58
58
with stdenv . lib ;
59
59
with builtins ;
60
60
61
- let version = "6.3 .0" ;
61
+ let version = "6.4 .0" ;
62
62
63
63
# Whether building a cross-compiler for GNU/Hurd.
64
64
crossGNU = targetPlatform != hostPlatform && targetPlatform . config == "i586-pc-gnu" ;
@@ -72,8 +72,7 @@ let version = "6.3.0";
72
72
# The GNAT Makefiles did not pay attention to CFLAGS_FOR_TARGET for its
73
73
# target libraries and tools.
74
74
++ 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 ;
77
76
78
77
javaEcj = fetchurl {
79
78
# The `$(top_srcdir)/ecj.jar' file is automatically picked up at
@@ -213,8 +212,8 @@ stdenv.mkDerivation ({
213
212
builder = ../builder.sh ;
214
213
215
214
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 " ;
218
217
} ;
219
218
220
219
inherit patches ;
You can’t perform that action at this time.
0 commit comments