From b0bd878a52647cf45bc61da05bcc6b45b723080a04850bb135aae902112cc46a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 27 Nov 2019 15:07:24 +0000 Subject: [PATCH] Accepting request 751145 from home:Andreas_Schwab:Factory - Enable JIT on aarch64 OBS-URL: https://build.opensuse.org/request/show/751145 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=40 --- pcre2.changes | 5 +++++ pcre2.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pcre2.changes b/pcre2.changes index 4260027..08c37ec 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 26 21:24:43 UTC 2019 - Andreas Schwab + +- Enable JIT on aarch64 + ------------------------------------------------------------------- Fri Nov 22 19:55:35 UTC 2019 - Andreas Stieger diff --git a/pcre2.spec b/pcre2.spec index 906e028..e7c117d 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,7 +1,7 @@ # # spec file for package pcre2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -174,7 +174,7 @@ API. autoreconf -fiv export LDFLAGS="-Wl,-z,relro,-z,now" %configure \ -%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le mips sparc +%ifarch %{ix86} x86_64 aarch64 %{arm} ppc ppc64 ppc64le mips sparc --enable-jit \ --enable-jit-sealloc \ %endif