[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: linux-libre-headers-boot0: Fix building with armhf-linux.
From: |
guix-commits |
Subject: |
01/02: gnu: linux-libre-headers-boot0: Fix building with armhf-linux. |
Date: |
Wed, 29 Jun 2022 07:45:32 -0400 (EDT) |
efraim pushed a commit to branch core-updates
in repository guix.
commit 2f4d936c1bb167ea00ebce0e940f34cc0688fcc8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 29 13:05:20 2022 +0300
gnu: linux-libre-headers-boot0: Fix building with armhf-linux.
* gnu/packages/commencement.scm (linux-libre-headers-boot0)
[arguments]: Adjust 'lower-version-requirements phase to accept
gcc-4.8.4, used by armhf-linux.
---
gnu/packages/commencement.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index f7574aaa15..72356e6d64 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2505,7 +2505,7 @@ memoized as a function of '%current-system'."
;; toolchain, since we are not building the full kernel.
(substitute* "scripts/min-tool-version.sh"
(("echo 5\\.1\\.0") ;GCC
- "echo 4.9.4")
+ "echo 4.8.4")
(("echo 2\\.23\\.0") ;binutils
"echo 2.20.1")))))))))
(native-inputs