mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-static: Remove obsolete workaround.
* gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Don't disable JIT on ARMv7.
This commit is contained in:
parent
4ea6852c5f
commit
986e9025a5
1 changed files with 1 additions and 6 deletions
|
@ -702,12 +702,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
|||
;; When `configure' checks for ltdl availability, it
|
||||
;; doesn't try to link using libtool, and thus fails
|
||||
;; because of a missing -ldl. Work around that.
|
||||
|
||||
;; XXX: On ARMv7, disable JIT: it causes crashes with 3.0.2,
|
||||
;; possibly related to <https://bugs.gnu.org/40737>.
|
||||
(if (target-arm32?)
|
||||
''("LDFLAGS=-ldl" "--disable-jit")
|
||||
''("LDFLAGS=-ldl")))
|
||||
''("LDFLAGS=-ldl"))
|
||||
((#:phases phases '%standard-phases)
|
||||
`(modify-phases ,phases
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue