[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-aarch64-bootstrap updated: squash! gnu: commencement: gcc-mes
From: |
guix-commits |
Subject: |
branch wip-aarch64-bootstrap updated: squash! gnu: commencement: gcc-mesboot0: Support ARM. |
Date: |
Wed, 19 Oct 2022 04:55:54 -0400 |
This is an automated email from the git hooks/post-receive script.
janneke pushed a commit to branch wip-aarch64-bootstrap
in repository guix.
The following commit(s) were added to refs/heads/wip-aarch64-bootstrap by this
push:
new 519f4c8c9a squash! gnu: commencement: gcc-mesboot0: Support ARM.
519f4c8c9a is described below
commit 519f4c8c9a0b191e9a447116685393c2fed4cd3b
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Oct 19 10:32:01 2022 +0200
squash! gnu: commencement: gcc-mesboot0: Support ARM.
---
gnu/packages/commencement.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ca4a4dd69d..541dde8bc9 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1503,8 +1503,7 @@ ac_cv_c_float_format='IEEE (little-endian)'
(let ((patch-file
#$(local-file
(search-patch "gcc-boot-4.6.4.patch"))))
- (invoke "patch" "--force" "-p1" "-i" patch-file)))
- (lambda* (#:key inputs #:allow-other-keys)
+ (invoke "patch" "--force" "-p1" "-i" patch-file))
(let ((patch-file
#$(local-file
(search-patch "gcc-boot-2.95.3-arm.patch"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-aarch64-bootstrap updated: squash! gnu: commencement: gcc-mesboot0: Support ARM.,
guix-commits <=