From cfeaf8cad08ed8841acf93501100818cc40e7f62 Mon Sep 17 00:00:00 2001 From: doupengda Date: Tue, 24 Oct 2023 10:01:50 +0800 Subject: [PATCH] itrustee_sdk add support for loongarch64 --- itrustee_sdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/itrustee_sdk.spec b/itrustee_sdk.spec index e6cd597..6827fd4 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 +* Tue Oct 24 2023 doupengda - 0.1.0-7 +- add support for loongarch64 + * Mon Jun 27 2022 gaoyusong - 0.1.0-6 - add ftrapv, strip, and FS as the compiling flags -- Gitee