guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sbcl: Fix build on armhf.


From: guix-commits
Subject: branch master updated: gnu: sbcl: Fix build on armhf.
Date: Thu, 08 Jun 2023 08:32:52 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 872b248745 gnu: sbcl: Fix build on armhf.
872b248745 is described below

commit 872b2487451c39020a78ed3227992fb02a7ed5e5
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Jun 8 13:25:14 2023 +0200

    gnu: sbcl: Fix build on armhf.
    
    * gnu/packages/lisp.scm (sbcl)[source]: Update snippet.
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 296ed6b5f2..a7e06dd34c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -447,7 +447,7 @@ an interpreter, a compiler, a debugger, and much more.")
         '(begin
            ;; Don't force ARMv5.
            (substitute* "src/runtime/Config.arm-linux"
-             (("-march=armv5") ""))))))
+             (("-march=armv5t") ""))))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (native-inputs



reply via email to

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