summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch')
-rw-r--r--gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch b/gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch
deleted file mode 100644
index 3e48b87935..0000000000
--- a/gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-This following patch was originally found at the debian mingw-w64 team's
-binutils repo located here:
-https://salsa.debian.org/mingw-w64-team/binutils-mingw-w64.git
-
-Invoke the following in the aforementioned repo to see the original patch:
-
- $ git show da63f6b:debian/patches/reproducible-import-libraries.patch
-
-Description: Make DLL import libraries reproducible
-Author: Benjamin Moody <[email protected]>
-Bug-Debian: https://bugs.debian.org/915055
-
---- a/ld/pe-dll.c
-+++ b/ld/pe-dll.c
-@@ -2844,6 +2844,7 @@
-
- bfd_set_format (outarch, bfd_archive);
- outarch->has_armap = 1;
-+ outarch->flags |= BFD_DETERMINISTIC_OUTPUT;
-
- /* Work out a reasonable size of things to put onto one line. */
- ar_head = make_head (outarch);