!26 添加sw架构

From: @wuzx065891 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
This commit is contained in:
openeuler-ci-bot 2022-11-03 07:24:20 +00:00 committed by Gitee
commit e5dc965bd8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: pcre2 Name: pcre2
Version: 10.39 Version: 10.39
Release: 3 Release: 4
Summary: Perl Compatible Regular Expressions Summary: Perl Compatible Regular Expressions
License: BSD License: BSD
URL: http://www.pcre.org/ URL: http://www.pcre.org/
@ -69,7 +69,7 @@ autoreconf -vif
%build %build
%configure \ %configure \
%ifarch riscv64 %ifarch riscv64 sw_64
--disable-jit \ --disable-jit \
%else %else
--enable-jit \ --enable-jit \
@ -139,6 +139,9 @@ make check
%{_pkgdocdir}/html/ %{_pkgdocdir}/html/
%changelog %changelog
* Thu Nov 3 2022 wuzx<wuzx1226@qq.com> - 10.39-4
- Add sw64 architecture
* Tue Oct 18 2022 yangmingtai <yangmingtai@huawei.com> - 10.39-3 * Tue Oct 18 2022 yangmingtai <yangmingtai@huawei.com> - 10.39-3
- DESC:sync community patchs - DESC:sync community patchs