From 947397073b819b3be503357931bdf899bcac336d Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 16 Feb 2023 19:22:31 +0800 Subject: [PATCH] Add loongarch64 support --- libipt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libipt.spec b/libipt.spec index 70f4853..ff41c75 100644 --- a/libipt.spec +++ b/libipt.spec @@ -1,12 +1,12 @@ Name: libipt Version: 2.0.4 -Release: 2 +Release: 3 Summary: Intel(R) Processor Trace Decoder Library License: BSD URL: https://github.com/intel/libipt Source0: https://github.com/intel/%{name}/archive/v%{version}.tar.gz BuildRequires: gcc-c++ cmake -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 loongarch64 %description The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference @@ -51,6 +51,9 @@ ctest -V %{?_smp_mflags} %{_libdir}/%{name}.so %changelog +* Thu Feb 16 2023 Wenlong Zhang - 2.0.4-3 +- Add loongarch64 support + * Tue Oct 18 2022 langfei - 2.0.4-2 - Update the Release to 2. -- Gitee