[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: Revert "gnu: binutils: Update to 2.26."
From: |
Ludovic Courtès |
Subject: |
06/07: Revert "gnu: binutils: Update to 2.26." |
Date: |
Wed, 06 Apr 2016 20:40:30 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit 61516a1613efd0e12afc83922b005e5218b3624a
Author: Ludovic Courtès <address@hidden>
Date: Wed Apr 6 17:09:42 2016 +0200
Revert "gnu: binutils: Update to 2.26."
This reverts commit 5d9356f0fe67e679e35b92b5020a4a7b850af81c.
Binutils 2.26 and ld in particular reportedly has serious bugs.
For us, ld from 'binutils-cross-boot0' fails when linking 'cc1plus' in
the first stage.
---
gnu/packages/base.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 7bd2ba4..2010bc0 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -346,14 +346,14 @@ change. GNU make offers many powerful extensions over
the standard utility.")
(define-public binutils
(package
(name "binutils")
- (version "2.26")
+ (version "2.25.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/binutils/binutils-"
version ".tar.bz2"))
(sha256
(base32
- "1ngc2h3knhiw8s22l8y6afycfaxr5grviqy7mwvm4bsl14cf9b62"))
+ "08lzmhidzc16af1zbx34f8cy4z7mzrswpdbhrb8shy3xxpflmcdm"))
(patches (list (search-patch "binutils-ld-new-dtags.patch")
(search-patch
"binutils-loongson-workaround.patch")))))
(build-system gnu-build-system)
- branch core-updates updated (f8835ff -> e37595d), Ludovic Courtès, 2016/04/06
- 03/07: gnu: commencement: Disable Texinfo tests during bootstrap., Ludovic Courtès, 2016/04/06
- 02/07: gnu: info-reader: Adjust to 'texinfo-6.1' removal., Ludovic Courtès, 2016/04/06
- 05/07: gnu: perl: Do not retain references to GCC & co., Ludovic Courtès, 2016/04/06
- 06/07: Revert "gnu: binutils: Update to 2.26.",
Ludovic Courtès <=
- 04/07: ld-wrapper: Unset 'GUILE_LOAD_COMPILED_PATH'., Ludovic Courtès, 2016/04/06
- 01/07: Merge branch 'master' into core-updates, Ludovic Courtès, 2016/04/06
- 07/07: gnu: glibc: Update to 2.23., Ludovic Courtès, 2016/04/06