gcc49: remove Darwin patch that's included in 4.9

wip/yesman
Vladimír Čunát 7 years ago
parent 3b29468313
commit 956c266fb7
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 3
      pkgs/development/compilers/gcc/4.9/default.nix

@ -72,8 +72,7 @@ let version = "4.9.4";
# target libraries and tools.
++ optional langAda ../gnat-cflags.patch
++ optional langFortran ../gfortran-driving.patch
# The NXConstStr.patch can be removed at 4.9.4
++ optional hostPlatform.isDarwin ../gfortran-darwin-NXConstStr.patch;
;
javaEcj = fetchurl {
# The `$(top_srcdir)/ecj.jar' file is automatically picked up at

Loading…
Cancel
Save