[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
225/227: gnu: Add binutils-next.
From: |
guix-commits |
Subject: |
225/227: gnu: Add binutils-next. |
Date: |
Thu, 11 Nov 2021 12:30:56 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit ac6f6772496378893a8ebfce4bf1707aed2fe089
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Nov 10 11:03:12 2021 -0500
gnu: Add binutils-next.
* gnu/packages/base.scm (binutils-next): New variable.
---
gnu/packages/base.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 41641c7..c2db2f0 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -558,6 +558,23 @@ included.")
(license gpl3+)
(home-page "https://www.gnu.org/software/binutils/")))
+;;; TODO: Merge into binutils on the next world rebuild.
+(define-public binutils-next
+ (package/inherit binutils
+ (name "binutils-next")
+ (version "2.37")
+ (arguments
+ (substitute-keyword-arguments (package-arguments binutils)
+ ((#:out-of-source? _ #f) ;recommended in the README
+ #t)
+ ((#:configure-flags flags)
+ `(cons* "--enable-64-bit-bfd"
+ "--enable-compressed-debug-sections=all"
+ "--enable-lto"
+ "--enable-separate-code"
+ "--enable-threads"
+ ,flags))))))
+
;; FIXME: ath9k-firmware-htc-binutils.patch do not apply on 2.34 because of a
;; big refactoring of xtensa-modules.c (commit 567607c11fbf7105 upstream).
;; Keep this version around until the patch is updated.
- 203/227: gnu: osinfo-db-tools: Update to 1.9.0., (continued)
- 203/227: gnu: osinfo-db-tools: Update to 1.9.0., guix-commits, 2021/11/11
- 218/227: gnu: gnome-session: Use meson-0.59., guix-commits, 2021/11/11
- 220/227: gnu: network-manager-applet: Use meson-0.59., guix-commits, 2021/11/11
- 135/227: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/11
- 187/227: gnu: libblockdev: Update to 2.26., guix-commits, 2021/11/11
- 196/227: gnu: openblas: Update to 0.3.18., guix-commits, 2021/11/11
- 195/227: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/11
- 200/227: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/11
- 209/227: gnu: Add python-aiomysql., guix-commits, 2021/11/11
- 215/227: gnu: conan: Update to 1.42.0., guix-commits, 2021/11/11
- 225/227: gnu: Add binutils-next.,
guix-commits <=
- 226/227: gnu: binutils-gold: Inherit from binutils-next., guix-commits, 2021/11/11
- 178/227: gnu: xorg-server: Fix indentation., guix-commits, 2021/11/11
- 206/227: gnu: Add python-sphinxcontrib-asyncio., guix-commits, 2021/11/11
- 204/227: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/11
- 133/227: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/11
- 214/227: gnu: python-urllib3: Update to 1.26.7., guix-commits, 2021/11/11
- 208/227: gnu: Add python-asyncmy., guix-commits, 2021/11/11
- 219/227: gnu: geocode-glib: Use libsoup 2., guix-commits, 2021/11/11
- 123/227: gnu: pango: Update to 1.48.10., guix-commits, 2021/11/11
- 143/227: gnu: elogind: Update to 246.10., guix-commits, 2021/11/11