summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-08-20 10:30:34 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-08-20 10:30:34 +0200
commit956c266fb7ec02c142933da668d3d8e24ba905cb (patch)
treef2e4eaefc559c9f9219ff7545783ffe682bf4ce3 /pkgs/development/compilers
parent3b29468313bc8604fe8f85c8d9316fd276d3985c (diff)
downloadnixlib-956c266fb7ec02c142933da668d3d8e24ba905cb.tar
nixlib-956c266fb7ec02c142933da668d3d8e24ba905cb.tar.gz
nixlib-956c266fb7ec02c142933da668d3d8e24ba905cb.tar.bz2
nixlib-956c266fb7ec02c142933da668d3d8e24ba905cb.tar.lz
nixlib-956c266fb7ec02c142933da668d3d8e24ba905cb.tar.xz
nixlib-956c266fb7ec02c142933da668d3d8e24ba905cb.tar.zst
nixlib-956c266fb7ec02c142933da668d3d8e24ba905cb.zip
gcc49: remove Darwin patch that's included in 4.9
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/gcc/4.9/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/compilers/gcc/4.9/default.nix b/pkgs/development/compilers/gcc/4.9/default.nix
index 1380d36725a1..e45ee0bcc6a7 100644
--- a/pkgs/development/compilers/gcc/4.9/default.nix
+++ b/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