guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/21: gnu: bootstrap: %bootstrap-mescc-tools: Update ARM to 1.4.0.


From: guix-commits
Subject: 05/21: gnu: bootstrap: %bootstrap-mescc-tools: Update ARM to 1.4.0.
Date: Wed, 19 Oct 2022 01:40:09 -0400 (EDT)

janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.

commit 4984e737b7b739ece7c9bbac3053cd2ad3c50ece
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Oct 17 07:28:40 2022 +0200

    gnu: bootstrap: %bootstrap-mescc-tools: Update ARM to 1.4.0.
    
    Built with
        1e41b0abb3d977301b5533588ee24803a5649a08
        gnu: bootstrap: mes-minimal: Support ARM, update for mes-0.23.1.
    
    * gnu/packages/bootstrap.scm (%bootstrap-mes)
    * gnu/packages/bootstrap.scm (%bootstrap-mescc-tools)[inputs]: Update ARM to
    1.4.0.
---
 gnu/packages/bootstrap.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 41c4c4da0a..b84fd765d6 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -971,7 +971,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
                   (cut string-append <> (%current-system) "/"
                        (match (%current-system)
                          ((or "armhf-linux" "aarch64-linux")
-                          
"20201219/mescc-tools-static-stripped-0.7.0-armhf-linux.tar.xz")
+                          
"20221016/mescc-tools-static-stripped-1.4.0-armhf-linux.tar.xz")
                          ((or "i686-linux" "x86_64-linux")
                           
"20190815/mescc-tools-static-stripped-0.5.2-i686-linux.tar.xz")))
                   %bootstrap-base-urls))
@@ -979,7 +979,7 @@ exec ~a/bin/.gcc-wrapped -B~a/lib \
              (base32
               (match (%current-system)
                 ((or "armhf-linux" "aarch64-linux")
-                 "0yzg93r0x18f7v264pxh7gjcav68aiw1irz1mqmfh5hphbhfk5nv")
+                 "0ldpxi17c6bgxi8sp84k0f49q0s4xn2nbg89qav594slhq3px9lv")
                 ((or "i686-linux" "x86_64-linux")
                  
"0c3kklgghzh4q2dbpl6asb74cimp7hp6jscdwqwmzxbapgcl6582")))))))))
     (synopsis "Bootstrap binaries of MesCC Tools")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]