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
@ -64,9 +64,8 @@
|
||||
"--enable-unicode-properties"
|
||||
"--enable-pcre16"
|
||||
"--enable-pcre32"
|
||||
;; pcretest fails on powerpc32.
|
||||
;; riscv64-linux is an unsupported architecture.
|
||||
#$@(if (or (target-ppc32?) (target-riscv64?))
|
||||
#$@(if (target-riscv64?)
|
||||
#~()
|
||||
#~("--enable-jit")))
|
||||
#:phases
|
||||
|
Loading…
Reference in New Issue
Block a user