From e584cf0850f6d8cd66d83721dfb6f389f1d00905 Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 16 Feb 2023 17:41:08 +0800 Subject: [PATCH] Add loongarch64 support --- itrustee_sdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/itrustee_sdk.spec b/itrustee_sdk.spec index e6cd597..c8530c5 100644 --- a/itrustee_sdk.spec +++ b/itrustee_sdk.spec @@ -1,8 +1,8 @@ Name: itrustee_sdk Version: 0.1.0 -Release: 6 +Release: 7 Summary: Confidential computing framework for developing TA on itrustee OS -ExclusiveArch: aarch64 +ExclusiveArch: aarch64 loongarch64 Group: OS Security License: Mulan PSL v2 @@ -53,6 +53,9 @@ strip %{buildroot}/lib64/*.so /lib64/libteec_adaptor.so %changelog +* Thu Feb 16 2023 Wenlong Zhang - 0.1.0-7 +- Add loongarch64 support + * Mon Jun 27 2022 gaoyusong - 0.1.0-6 - add ftrapv, strip, and FS as the compiling flags -- Gitee