summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/binutils-mingw-w64-timestamp.patch
AgeCommit message (Collapse)Author
2025-06-26gnu: Remove no-longer needed cross-binutils patch.fanquake
This patch landed upstream in Binutils 2.41. It has also been dropped from Debian in https://salsa.debian.org/mingw-w64-team/binutils-mingw-w64/-/commit/1c70e29cafe59e1f099a546ae157eef62bbab0e6. * gnu/packages/cross-base.scm (cross-binutils*): Remove binutils-mingw-w64-timestamp.patch. * gnu/packages/patches/binutils-mingw-w64-timestamp.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove binutils-mingw-w64-timestamp.patch reference. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-23gnu: binutils: Update binutils patch for mingw.Maxime Devos
This allows "./pre-inst-env guix build hello --target=x86_64-w64-mingw32" to succeed. The binary can be run successfully under wine. * gnu/packages/patches/binutils-mingw-w64-timestamp.patch: Update to the current version in Debian. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-04-10gnu: binutils: Shorten file names of MinGW patches.Ludovic Courtès
This ensures we stay below the POSIX tar file name length limit. * gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch: Rename to... * gnu/packages/patches/binutils-mingw-w64-deterministic.patch: ... this. * gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch: Rename to... * gnu/packages/patches/binutils-mingw-w64-timestamp.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/cross-base.scm (cross-binutils): Likewise.