mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: pcre: Enable JIT on powerpc-linux.
* gnu/packages/pcre.scm (pcre)[arguments]: When building for powerpc-linux use the compile flag to enable jit support.
This commit is contained in:
parent
2d8fac3fd9
commit
b89be0f5d2
1 changed files with 1 additions and 2 deletions
|
@ -64,9 +64,8 @@ (define-public pcre
|
||||||
"--enable-unicode-properties"
|
"--enable-unicode-properties"
|
||||||
"--enable-pcre16"
|
"--enable-pcre16"
|
||||||
"--enable-pcre32"
|
"--enable-pcre32"
|
||||||
;; pcretest fails on powerpc32.
|
|
||||||
;; riscv64-linux is an unsupported architecture.
|
;; riscv64-linux is an unsupported architecture.
|
||||||
#$@(if (or (target-ppc32?) (target-riscv64?))
|
#$@(if (target-riscv64?)
|
||||||
#~()
|
#~()
|
||||||
#~("--enable-jit")))
|
#~("--enable-jit")))
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Reference in a new issue