From ccf310adb5e9434ae3ac1fb668614934ad4edc7c Mon Sep 17 00:00:00 2001 From: Matthew Vernon Date: Sun, 8 Dec 2024 13:04:36 +0000 Subject: [PATCH] Enable JIT on loong64 (closes: #1089230) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index acc66a2..1bf190f 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ export DEB_CFLAGS_MAINT_APPEND = -Dregcomp=PCRE2regcomp -Dregexec=PCRE2regexec - deb_maint_conf_args = --enable-pcre2-16 --enable-pcre2-32 --disable-pcre2grep-callout #enable JIT only on architectures that support it (see pcre2jit.3) -ifneq ($(filter amd64 armhf arm64 i386 mips mipsel mips64el powerpc ppc64 ppc64el riscv64 s390x, $(DEB_HOST_ARCH)),) +ifneq ($(filter amd64 armhf arm64 i386 loong64 mips mipsel mips64el powerpc ppc64 ppc64el riscv64 s390x, $(DEB_HOST_ARCH)),) deb_maint_conf_args +=--enable-jit else deb_maint_conf_args +=--disable-jit -- 2.30.2