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
This commit is contained in:
parent
5169eba80a
commit
b0bd878a52
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 21:24:43 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Enable JIT on aarch64
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 22 19:55:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
Fri Nov 22 19:55:35 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pcre2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -174,7 +174,7 @@ API.
|
|||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
export LDFLAGS="-Wl,-z,relro,-z,now"
|
export LDFLAGS="-Wl,-z,relro,-z,now"
|
||||||
%configure \
|
%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 \
|
||||||
--enable-jit-sealloc \
|
--enable-jit-sealloc \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user