From 986e9025a5232155e2b1deb2db15229c302d921a Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 19 May 2021 00:47:10 +0200 Subject: gnu: guile-static: Remove obsolete workaround. * gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Don't disable JIT on ARMv7. --- gnu/packages/make-bootstrap.scm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gnu/packages/make-bootstrap.scm') diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index f176e56711..73e78879ea 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -702,12 +702,7 @@ (define* (make-guile-static guile patches) ;; 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 . - (if (target-arm32?) - ''("LDFLAGS=-ldl" "--disable-jit") - ''("LDFLAGS=-ldl"))) + ''("LDFLAGS=-ldl")) ((#:phases phases '%standard-phases) `(modify-phases ,phases -- cgit v1.2.3