mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01: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 @@
|
||||||
"--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…
Add table
Reference in a new issue