me
/
guix
Archived
1
0
Fork 0

gnu: sbcl: Fix build on armhf.

* gnu/packages/lisp.scm (sbcl)[source]: Update snippet.
master
Guillaume Le Vaillant 2023-06-08 13:25:14 +02:00
parent 91454f54a4
commit 872b248745
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 1 deletions

View File

@ -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