Revert commits on binutils for OpenRISC 1000

This reverts commits
    ebd89f6de1
    c6f6db77ac
    257fb62387
    dbe556af9c
This commit is contained in:
luc65r
2020-11-14 17:35:53 +01:00
committed by Frederik Rietdijk
parent 5a25e3e7e9
commit 3205b32bf6
17 changed files with 31 additions and 290 deletions

View File

@@ -10,7 +10,7 @@ stdenv.mkDerivation {
outputs = [ "out" "dev" ];
patches = binutils-unwrapped.patches ++ [
(binutils-unwrapped.patchesDir + "/build-components-separately.patch")
../../tools/misc/binutils/build-components-separately.patch
(fetchpatch {
url = "https://raw.githubusercontent.com/mxe/mxe/e1d4c144ee1994f70f86cf7fd8168fe69bd629c6/src/bfd-1-disable-subdir-doc.patch";
sha256 = "0pzb3i74d1r7lhjan376h59a7kirw15j7swwm8pz3zy9lkdqkj6q";