diff options
author | Marius Bakke <marius@gnu.org> | 2021-07-19 20:44:27 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-07-23 17:26:45 +0200 |
commit | 2fa26446a186664c6364de0536380e43113dc95f (patch) | |
tree | 8c1df47980c29544c7cb1b221c115dc150a8c22d /gnu/local.mk | |
parent | e045fd7ce22fb0c098db8317e4e06b68c543ba60 (diff) | |
download | guix-2fa26446a186664c6364de0536380e43113dc95f.tar.gz guix-2fa26446a186664c6364de0536380e43113dc95f.zip |
gnu: binutils: Update to 2.37.
* gnu/packages/patches/binutils-loongson-workaround.patch: Adjust for upstream
changes.
* gnu/packages/patches/binutils-libiberty-endianness-bug.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (binutils): Update to 2.37.
[source](patches): Remove obsolete patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0839c81077..239a32d1fd 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -878,7 +878,6 @@ dist_patch_DATA = \ %D%/packages/patches/beignet-correct-file-names.patch \ %D%/packages/patches/bidiv-update-fribidi.patch \ %D%/packages/patches/binutils-boot-2.20.1a.patch \ - %D%/packages/patches/binutils-libiberty-endianness-bug.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/binutils-mingw-w64-timestamp.patch \ %D%/packages/patches/binutils-mingw-w64-deterministic.patch \ |