diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-01-08 22:30:33 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-01-08 22:30:33 +0100 |
commit | 6c95f363d5af8bd9e6745a58b60fac8c7696b962 (patch) | |
tree | 95e197c9f17f47e9a244a8a747c85b5c301c4632 /gnu-system.am | |
parent | 2f265602ff23e41f75932aa568fe62e149e3cb9d (diff) | |
download | guix-6c95f363d5af8bd9e6745a58b60fac8c7696b962.tar guix-6c95f363d5af8bd9e6745a58b60fac8c7696b962.tar.gz |
gnu: binutils: Upgrade to 2.24.
* gnu/packages/patches/binutils-loongson-madd-fix.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (binutils): Upgrade to 2.24. Remove
'binutils-loongson-madd-fix.patch'. Remove 'outputs' field. Pass
'--enable-install-libbfd'.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu-system.am b/gnu-system.am index fbf61d6ec1..dc840d3dbb 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -1,5 +1,5 @@ # GNU Guix --- Functional package management for GNU -# Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org> +# Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> # Copyright © 2013 Andreas Enge <andreas@enge.fr> # Copyright © 2013 Mark H Weaver <mhw@netris.org> # @@ -223,7 +223,6 @@ dist_patch_DATA = \ gnu/packages/patches/avahi-localstatedir.patch \ gnu/packages/patches/bigloo-gc-shebangs.patch \ gnu/packages/patches/binutils-ld-new-dtags.patch \ - gnu/packages/patches/binutils-loongson-madd-fix.patch \ gnu/packages/patches/binutils-loongson-workaround.patch \ gnu/packages/patches/cdparanoia-fpic.patch \ gnu/packages/patches/cmake-fix-tests.patch \ |