From d901cb73e164de8e7c6adcfdfde0364be7746e5a Mon Sep 17 00:00:00 2001 From: wxiat Date: Fri, 30 Jun 2023 10:01:29 +0800 Subject: [PATCH] add sw Signed-off-by: wxiat --- pcre.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pcre.spec b/pcre.spec index 7d70a19..ed792c3 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.1 +%define anolis_release .0.2 # Is this a stable/testing release: #%%global rcversion RC1 Name: pcre @@ -162,7 +162,7 @@ done %global optflags %{optflags} -fno-strict-aliasing %endif %configure \ -%ifarch s390 s390x sparc64 sparcv9 riscv64 loongarch64 +%ifarch s390 s390x sparc64 sparcv9 riscv64 loongarch64 sw_64 --disable-jit \ %else --enable-jit \ @@ -240,6 +240,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcretest.* %changelog +* Fri Jun 30 2023 wxiat - 8.42-6.0.2 +- add sw arch + * Wed Aug 11 2021 zhangwenlong - 8.42-6.0.1 - Support loongarch64 -- Gitee