summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-18 17:03:35 -0500
committerGitHub <noreply@github.com>2018-05-18 17:03:35 -0500
commitbd078c1a313a0eadb8232f3732e9700cc52253b1 (patch)
tree11f5c23148c497f9043ee8c18b74918e301e2be7 /pkgs
parent974fa94fd81204645150f03543288ddb481a8b67 (diff)
downloadnixlib-bd078c1a313a0eadb8232f3732e9700cc52253b1.tar
nixlib-bd078c1a313a0eadb8232f3732e9700cc52253b1.tar.gz
nixlib-bd078c1a313a0eadb8232f3732e9700cc52253b1.tar.bz2
nixlib-bd078c1a313a0eadb8232f3732e9700cc52253b1.tar.lz
nixlib-bd078c1a313a0eadb8232f3732e9700cc52253b1.tar.xz
nixlib-bd078c1a313a0eadb8232f3732e9700cc52253b1.tar.zst
nixlib-bd078c1a313a0eadb8232f3732e9700cc52253b1.zip
gcc5: remove patch
The patch fails to apply & may not be necessary any more. Trying to remove it for now just to see.

Hydra log: https://hydra.nixos.org/build/72726891/nixlog/1

Also see #33722

/cc @copumpkin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/gcc/5/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/development/compilers/gcc/5/default.nix b/pkgs/development/compilers/gcc/5/default.nix
index 443f3a7cf0b2..8c1170213f82 100644
--- a/pkgs/development/compilers/gcc/5/default.nix
+++ b/pkgs/development/compilers/gcc/5/default.nix
@@ -62,10 +62,6 @@ let version = "5.5.0";
       ++ optional (targetPlatform != hostPlatform) ../libstdc++-target.patch
       ++ optional noSysDirs ../no-sys-dirs.patch
       ++ optional langFortran ../gfortran-driving.patch
-
-      # This could be applied unconditionally but I don't want to cause a full
-      # Linux rebuild.
-      ++ optional stdenv.cc.isClang ./libcxx38-and-above.patch
       ++ optional stdenv.hostPlatform.isMusl (fetchpatch {
         url = https://raw.githubusercontent.com/richfelker/musl-cross-make/e84b1bd1fc12a3def33111ca6df522cd6e5ec361/patches/gcc-5.3.0/0001-musl.diff;
         sha256 = "0pppbf8myi2kjhm3z3479ihn1cm60kycfv60gj8yy1bs0pl1qcfm";