gnu: guile-next: Enable JIT on ARMv7.
JIT support on ARMv7 is fixed by "guile-3.0-crash.patch". * gnu/packages/guile.scm (guile-3.0)[arguments]: Remove.
This commit is contained in:
parent
ec73c90ee3
commit
a20cfe71e9
1 changed files with 0 additions and 9 deletions
|
@ -303,15 +303,6 @@ without requiring the source code to be rewritten.")
|
||||||
(patches
|
(patches
|
||||||
(append (search-patches "guile-3.0-crash.patch")
|
(append (search-patches "guile-3.0-crash.patch")
|
||||||
(origin-patches (package-source guile-2.2))))))
|
(origin-patches (package-source guile-2.2))))))
|
||||||
|
|
||||||
(arguments
|
|
||||||
(substitute-keyword-arguments (package-arguments guile-2.2)
|
|
||||||
;; XXX: On ARMv7, work around <https://bugs.gnu.org/39208> by disabling
|
|
||||||
;; JIT.
|
|
||||||
((#:configure-flags flags '())
|
|
||||||
(if (target-arm32?)
|
|
||||||
`(cons "--disable-jit" ,flags)
|
|
||||||
flags))))
|
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "GUILE_LOAD_PATH")
|
(variable "GUILE_LOAD_PATH")
|
||||||
|
|
Reference in a new issue