diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-03-16 14:53:01 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-03-16 15:32:22 +0100 |
commit | ff19532fd545fd1b039d471155c2430c8efc1b27 (patch) | |
tree | 431497a0a84dff3ea9031a3ac3c0d3179b3db12e /gnu/local.mk | |
parent | 8809a15389dfd8ae226af04b102facc8874947f7 (diff) | |
download | patches-ff19532fd545fd1b039d471155c2430c8efc1b27.tar patches-ff19532fd545fd1b039d471155c2430c8efc1b27.tar.gz |
gnu: binutils: Update to 2.30.
* gnu/packages/patches/binutils-ld-new-dtags.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/base.scm (binutils): Update to 2.30.
[source](patches): Remove obsolete patch.
[arguments]: Add "--enable-new-dtags" in #:configure-flags.
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 c1df236ac4..25a6b3b763 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -573,7 +573,6 @@ dist_patch_DATA = \ %D%/packages/patches/bash-completion-directories.patch \ %D%/packages/patches/bazaar-CVE-2017-14176.patch \ %D%/packages/patches/bcftools-regidx-unsigned-char.patch \ - %D%/packages/patches/binutils-ld-new-dtags.patch \ %D%/packages/patches/binutils-loongson-workaround.patch \ %D%/packages/patches/blast+-fix-makefile.patch \ %D%/packages/patches/byobu-writable-status.patch \ |