From 892bc4699a9f7a384fe4d9336c9e9e894d884f0d Mon Sep 17 00:00:00 2001 From: zhaozhen Date: Tue, 15 Nov 2022 20:38:21 +0800 Subject: [PATCH] add loongarch support --- pcre.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pcre.spec b/pcre.spec index 3fe81b1..1521a63 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,6 +1,6 @@ Name: pcre Version: 8.45 -Release: 3 +Release: 4 Summary: Perl Compatible Regular Expressions ## Source package only: # INSTALL: FSFAP @@ -75,7 +75,7 @@ The %{name}-help package contains doc files for %{name}. libtoolize -cf autoreconf -vif %configure \ -%ifarch riscv64 sw_64 +%ifarch riscv64 sw_64 loongarch64 --disable-jit \ %else --enable-jit \ @@ -116,6 +116,12 @@ make check VERBOSE=yes %{_mandir}/man3/* %changelog +* Mon Nov 14 2022 zhaozhen - 8.45-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:fix build error for loongarch64 arch + * Thu Nov 3 2022 wuzx - 8.45-3 - Add sw64 architecture