binutils: remove dtneeded.patch

This commit is contained in:
Piotr Bogdan
2018-12-19 09:20:38 +01:00
committed by Frederik Rietdijk
parent 5a8660bd29
commit c302474077
2 changed files with 0 additions and 17 deletions
@@ -30,11 +30,6 @@ stdenv.mkDerivation rec {
});
patches = [
# Since binutils 2.22, DT_NEEDED flags aren't copied for dynamic outputs.
# That requires upstream changes for things to work. So we can patch it to
# get the old behaviour by now.
./dtneeded.patch
# Make binutils output deterministic by default.
./deterministic.patch