guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: pcre2: Enable JIT support of powerpc-linux.


From: guix-commits
Subject: 02/03: gnu: pcre2: Enable JIT support of powerpc-linux.
Date: Wed, 2 Aug 2023 02:23:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 635e20aae904263418fb2939de355ba1ca111672
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Aug 1 13:56:35 2023 +0300

    gnu: pcre2: Enable JIT support of powerpc-linux.
    
    * gnu/packages/pcre.scm (pcre2)[arguments]: When building for
    powerpc-linux use the compile flag to enable jit support.
---
 gnu/packages/pcre.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index bc1e7a73e0..ee48ad0e2b 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -111,9 +111,8 @@ POSIX regular expression API.")
                "--enable-pcre2test-libreadline"
                "--enable-pcre2-16"
                "--enable-pcre2-32"
-               ;; pcre2_jit_test fails on powerpc32.
                ;; riscv64-linux is an unsupported architecture.
-               #$@(if (or (target-ppc32?) (target-riscv64?))
+               #$@(if (target-riscv64?)
                       #~()
                       #~("--enable-jit"))
                "--disable-static")



reply via email to

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