From 23547ac24a71699495d0e835f924872c17feeafe Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Thu, 17 Aug 2017 00:59:18 +0300 Subject: [PATCH] Revert "binutils: patch bugs in 2.29" This reverts commit 0e18f28cecdc53191c6c9db1f4c86fe22b3bdfb5. Downgrading to 2.28.1, 2.29 is too buggy. --- pkgs/development/tools/misc/binutils/default.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pkgs/development/tools/misc/binutils/default.nix b/pkgs/development/tools/misc/binutils/default.nix index dda2a78097a..5efe8be2c4d 100644 --- a/pkgs/development/tools/misc/binutils/default.nix +++ b/pkgs/development/tools/misc/binutils/default.nix @@ -45,15 +45,6 @@ stdenv.mkDerivation rec { # there) and causes a cycle between the lib and bin outputs, so # get rid of it. ./no-plugins.patch - - # remove after 2.29.1/2.30 - (fetchurl { - url = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=patch;h=c6b78c965a96fb152fbd58926edccb5dee2707a5"; - sha256 = "0rkbq5pf7ffgcggfk4czkxin1091bqjj92an9wxnqkgqwq6cx5yr"; - name = "readelf-empty-sections.patch"; - }) - ./elf-check-orphan-input.patch - ./elf-check-orphan-placement.patch ]; outputs = [ "out" ]